Skip to content

Commit

Permalink
Fix silly indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
clin1234 authored Jun 20, 2024
1 parent 4f81416 commit df63152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df63152

Please sign in to comment.