Skip to content

Commit

Permalink
only one worker in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Oct 16, 2024
1 parent 88e991e commit 7f6164b
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 @@ -66,7 +66,7 @@ jobs:
python -c "import xradar; print(xradar.version.version)"
- name: Test with pytest
run: |
pytest -n auto --dist loadscope --verbose --durations=15 --cov-report xml:coverage_unit.xml --cov=xradar --pyargs tests
pytest -n 1 --dist loadscope --verbose --durations=15 --cov-report xml:coverage_unit.xml --cov=xradar --pyargs tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 7f6164b

Please sign in to comment.