Skip to content

Commit 1f6a0dc

Browse files
committed
chore: windows CI -> -n logical
1 parent 99ba489 commit 1f6a0dc

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 auto
300+
pytest --random-order --durations 20 -n logical
301301
302302
- name: Check for repository changes
303303
run: |

0 commit comments

Comments
 (0)