From 1f6a0dccd555d47dfc2da56edd707f6f34ea9daa Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 29 Dec 2024 16:27:17 +0100 Subject: [PATCH] chore: windows CI -> -n logical --- .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 928d2d069..c3f6c0425 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 auto + pytest --random-order --durations 20 -n logical - name: Check for repository changes run: |