Skip to content

Commit

Permalink
Use --pyargs for pytest command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Jul 24, 2023
1 parent 92a759c commit 7cb4e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Run tests
run: |
pytest -n 2 -v --cov=mdaencore --cov-report=xml --color=yes mdaencore/tests/
pytest -n 2 -v --cov=mdaencore --cov-report=xml --color=yes --pyargs mdaencore
- name: codecov
if: github.repository == 'MDAnalysis/mdaencore' && github.event_name != 'schedule'
Expand Down

0 comments on commit 7cb4e60

Please sign in to comment.