Skip to content

Commit

Permalink
add pdm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Aug 16, 2024
1 parent a3de45a commit fa459fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This workflow runs tests using pytest.

name: Run pytest
name: Run tests

on:
push:
Expand Down Expand Up @@ -30,7 +28,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install pdm
run: pip install pdm
run: |
pip install pdm
pdm install -d
- name: pre-commit checks
uses: pre-commit/[email protected]
Expand Down

0 comments on commit fa459fb

Please sign in to comment.