Skip to content

Commit

Permalink
Fix unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Feb 6, 2025
1 parent 9b4c84b commit d5c3462
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:
with:
python-version-file: ".python-version"
- name: Install the project
run: uv sync --group test
run: uv sync --dev
- run: |
source .venv/bin/activate
pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
Expand Down

0 comments on commit d5c3462

Please sign in to comment.