Skip to content

Commit 707c7e8

Browse files
committed
CI: Try to fix Windows-Py3.13 build.
1 parent adcc00c commit 707c7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
python -m pip install --pre -r requirements.txt
170170
171171
- name: Build wheels
172-
run: make ${{ matrix.python-version == "3.13" && 'CFLAGS="$CFLAGS -DPy_GIL_DISABLED=0"' || "" }} sdist wheel
172+
run: make ${{ matrix.python-version == '3.13' && 'CFLAGS="$CFLAGS -DPy_GIL_DISABLED=0"' || '' }} sdist wheel
173173

174174
- name: Run slow tests
175175
run: make testslow

0 commit comments

Comments
 (0)