From df631520a92f690dbc50ebfbcfe850fb06aebf99 Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Thu, 20 Jun 2024 09:38:36 -0400 Subject: [PATCH] Fix silly indentation error --- .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 55ad8f2f..77945ec7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,9 +28,9 @@ jobs: - name: Set up no-GIL Python uses: deadsnakes/action@v3.1.0 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.py, '3.14') - with: - python-version: ${{ matrix.py }} - nogil: true + with: + python-version: ${{ matrix.py }} + nogil: true - name: Build shell: bash