From c8dee6821d34d486488d9ff5b54b2e42cf6f1dde Mon Sep 17 00:00:00 2001 From: glaziermag Date: Mon, 31 Aug 2026 09:27:03 -0700 Subject: [PATCH] TST: restore --parallel-threads in free-threaded jobs (lost in #476) --- .github/bottleneck-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/bottleneck-action/action.yml b/.github/bottleneck-action/action.yml index 412ebd682..8576a157e 100644 --- a/.github/bottleneck-action/action.yml +++ b/.github/bottleneck-action/action.yml @@ -17,4 +17,4 @@ runs: shell: bash run: | cd doc # avoid picking up bottleneck from the source dir - uv run --no-sync pytest --pyargs bottleneck + uv run --no-sync pytest --pyargs bottleneck ${{ case( endsWith(matrix.python-version, 't'), '--parallel-threads=auto', '' ) }}