Skip to content

Commit

Permalink
We seem to be hitting pytest-dev/pytest#3216. Try reducing the number…
Browse files Browse the repository at this point in the history
… of threads to 1 in CI
  • Loading branch information
jlenain committed Jan 20, 2025
1 parent c0f5c50 commit b63db52
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 @@ -119,7 +119,7 @@ jobs:
- name: Tests
run: |
pytest -n auto --dist loadscope --cov=nectarchain --cov-report=xml --ignore=src/nectarchain/user_scripts
pytest -n 1 --dist loadscope --cov=nectarchain --cov-report=xml --ignore=src/nectarchain/user_scripts
- uses: codecov/codecov-action@v5

Expand Down

0 comments on commit b63db52

Please sign in to comment.