]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
fix formatting
authorsvlandeg <svlandeg@github.com>
Tue, 21 Oct 2025 08:32:02 +0000 (10:32 +0200)
committersvlandeg <svlandeg@github.com>
Tue, 21 Oct 2025 08:32:02 +0000 (10:32 +0200)
.github/workflows/test.yml

index 44d0df83e487a06aad54a45ee1f2e52807084705..dd7d10f4c8a2ddf2a08c919941d0a9fff7dd0e93 100644 (file)
@@ -94,9 +94,9 @@ jobs:
         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"
+        if: endsWith(matrix.python-version, 't')
+        run: |
+          echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
       - run: mkdir coverage
       - name: Test
         run: bash scripts/test.sh