Skip to content

Commit

Permalink
fix(ci): remove PDM install
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Sep 28, 2024
1 parent eeecd33 commit dd7b73b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install pre-commit
run: pip install pre-commit

Expand All @@ -44,21 +39,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: '3.11'
cache: true

- name: Install Rust nightly
uses: dtolnay/rust-toolchain@nightly
with:
components: clippy,rustfmt

- name: Install dependencies
run: |
pdm install -G test,github-action
- name: Run pre-commit hooks
uses: pre-commit/[email protected]

Expand Down

0 comments on commit dd7b73b

Please sign in to comment.