Skip to content

Commit

Permalink
Small fix to unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Jun 26, 2024
1 parent ebca937 commit 80a0c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
poetry env use '3.10'
source $(poetry env info --path)/bin/activate
poetry install --with test --all-extras
cd .. && pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
- name: Upload coverage to Codecov
uses: Wandalen/[email protected]
with:
Expand Down

0 comments on commit 80a0c93

Please sign in to comment.