Skip to content

Commit 527799e

Browse files
committed
Change back for 2 workers
1 parent 2bb41b4 commit 527799e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
python -m pip list
5050
- name: Test with pytest
51-
run: pytest -v -n 3
51+
run: pytest -v -n 2
5252

5353
minimum:
5454
runs-on: ubuntu-latest
@@ -66,4 +66,4 @@ jobs:
6666
run: |
6767
python -m pip list
6868
- name: Test with pytest
69-
run: pytest -v -n 3
69+
run: pytest -v -n 2

0 commit comments

Comments
 (0)