Skip to content

Commit

Permalink
ci: simplify pytest call and remove cov report generation on windows …
Browse files Browse the repository at this point in the history
…runner because it's not used.
  • Loading branch information
gtdang authored and kmilo9999 committed May 8, 2024
1 parent f61026e commit ca217d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Test with pytest
shell: cmd
run: |
python -m pytest . --cov=hnn_core hnn_core/tests/ --cov-report=xml
python -m pytest ./hnn_core/tests/

0 comments on commit ca217d2

Please sign in to comment.