We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcc00c commit 707c7e8Copy full SHA for 707c7e8
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
python -m pip install --pre -r requirements.txt
170
171
- name: Build wheels
172
- run: make ${{ matrix.python-version == "3.13" && 'CFLAGS="$CFLAGS -DPy_GIL_DISABLED=0"' || "" }} sdist wheel
+ run: make ${{ matrix.python-version == '3.13' && 'CFLAGS="$CFLAGS -DPy_GIL_DISABLED=0"' || '' }} sdist wheel
173
174
- name: Run slow tests
175
run: make testslow
0 commit comments