Fix silly indentation error

This commit is contained in:
Charlie Lin 2024-06-20 09:38:36 -04:00 committed by GitHub
parent 4f81416995
commit df631520a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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