chore: windows CI -> -n logical

This commit is contained in:
Matthias
2024-12-29 16:27:17 +01:00
parent 99ba489874
commit 1f6a0dccd5

View File

@@ -297,7 +297,7 @@ jobs:
- name: Tests - name: Tests
run: | run: |
pytest --random-order --durations 20 -n auto pytest --random-order --durations 20 -n logical
- name: Check for repository changes - name: Check for repository changes
run: | run: |