Skip to content

Commit

Permalink
Run pytest as a module`
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 14, 2023
1 parent 089fc43 commit 259a6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run Tests
run: |
pytest -v --cov=openff --cov-config=setup.cfg openff/qcsubmit/tests/ --cov-report=xml
python -m pytest -v --cov=openff --cov-config=setup.cfg openff/qcsubmit/tests/ --cov-report=xml
- name: Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 259a6cc

Please sign in to comment.