Skip to content

Commit

Permalink
ci(test): revert to using n = number of actual cpus
Browse files Browse the repository at this point in the history
when using logical cpus, we seem to have more timeout issues,
probably because of concurrent work.

Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl authored and mabw-rte committed Sep 4, 2024
1 parent f898f9e commit 481fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
pytest --cov antarest --cov-report xml -n 4
pytest --cov antarest --cov-report xml -n auto
- name: Archive code coverage results
if: matrix.os == 'ubuntu-20.04'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 481fa5a

Please sign in to comment.