From 8624a9c306b14628b3de744a60aedcd92527d0cb Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 29 Dec 2024 18:01:06 +0100 Subject: [PATCH] Revert "chore: windows CI -> -n logical" This reverts commit 1f6a0dccd555d47dfc2da56edd707f6f34ea9daa. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3f6c0425..928d2d069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,7 @@ jobs: - name: Tests run: | - pytest --random-order --durations 20 -n logical + pytest --random-order --durations 20 -n auto - name: Check for repository changes run: |