Skip to content

Commit 8624a9c

Browse files
committed
Revert "chore: windows CI -> -n logical"
This reverts commit 1f6a0dc.
1 parent 1f6a0dc commit 8624a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
298298
- name: Tests
299299
run: |
300-
pytest --random-order --durations 20 -n logical
300+
pytest --random-order --durations 20 -n auto
301301
302302
- name: Check for repository changes
303303
run: |

0 commit comments

Comments
 (0)