mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 01:50:54 +00:00
Fix silly indentation error
This commit is contained in:
parent
4f81416995
commit
df631520a9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue