]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
enable GIL again for more testing
authorsvlandeg <svlandeg@github.com>
Wed, 22 Oct 2025 12:26:24 +0000 (14:26 +0200)
committersvlandeg <svlandeg@github.com>
Wed, 22 Oct 2025 12:26:24 +0000 (14:26 +0200)
.github/workflows/test.yml

index dd7d10f4c8a2ddf2a08c919941d0a9fff7dd0e93..aa67a9a9c795c8c709014cf3fea6715fbf2cd235 100644 (file)
@@ -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