From 002411e05dd122b7d2657011266dba0ea121ae8e Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 21 Oct 2025 10:32:02 +0200 Subject: [PATCH] fix formatting --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44d0df83e..dd7d10f4c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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