From 8e6bbcbb99d49f83678d33141ae904a7f4f5d5c0 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 22 Oct 2025 14:26:24 +0200 Subject: [PATCH] enable GIL again for more testing --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd7d10f4c8..aa67a9a9c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,10 +93,10 @@ jobs: - name: Install older AnyIO in Python 3.8 if: matrix.python-version == '3.8' run: uv pip install "anyio[trio]<4.0.0" - - name: Set PYTHON_GIL - if: endsWith(matrix.python-version, 't') - run: | - echo "PYTHON_GIL=0" >> "$GITHUB_ENV" +# - name: Set PYTHON_GIL +# if: endsWith(matrix.python-version, 't') +# run: | +# echo "PYTHON_GIL=0" >> "$GITHUB_ENV" - run: mkdir coverage - name: Test run: bash scripts/test.sh