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 710939d commit 01f5670Copy full SHA for 01f5670
1 file changed
.github/workflows/ci.yml
@@ -140,10 +140,7 @@ jobs:
140
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
141
- name: override cffi version in free-threaded environment
142
if: matrix.PYTHON.VERSION == '3.13t'
143
- # FIXME FIXME total hack
144
run: |
145
- .nox/local/bin/python -m ensurepip
146
- .nox/local/bin/python -m pip install git+https://github.com/ngoldbaum/cffi-ft@upstream-pr
147
echo "PYTHON_GIL=0" >> $GITHUB_ENV
148
- name: Tests
149
0 commit comments