Skip to content

Commit

Permalink
fixed tests workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Sep 12, 2024
1 parent f4951d5 commit b43cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
#----------------------------------------------
- name: Run tests
run: |
pytest -v --doctest-modules --cov=src --junitxml=junit.xml -s --ignore=benchmarks
pytest -v --doctest-modules --cov=src --junitxml=junit.xml -s --ignore=benchmark
- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit b43cfe7

Please sign in to comment.