Skip to content

Commit

Permalink
Use pdm run pytest instead of pytest alone
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogan-nwra committed Sep 9, 2024
1 parent b194145 commit 4f0b90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
pdm install -dG test
- name: Run Tests
run: |
pytest -rsxXf --doctest-modules src tests
pdm run pytest

0 comments on commit 4f0b90f

Please sign in to comment.