Skip to content

Commit

Permalink
Change back for 2 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel committed Dec 22, 2024
1 parent 2bb41b4 commit 527799e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
python -m pip list
- name: Test with pytest
run: pytest -v -n 3
run: pytest -v -n 2

minimum:
runs-on: ubuntu-latest
Expand All @@ -66,4 +66,4 @@ jobs:
run: |
python -m pip list
- name: Test with pytest
run: pytest -v -n 3
run: pytest -v -n 2

0 comments on commit 527799e

Please sign in to comment.