Skip to content

Commit 8a2829f

Browse files
committed
Revert "remove CI hack"
This reverts commit fce24e9.
1 parent 12f4b2d commit 8a2829f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ jobs:
138138
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
139139
# Needed until https://github.com/PyO3/pyo3/issues/5093
140140
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/colesbury/cffi@ft
147+
echo "PYTHON_GIL=0" >> $GITHUB_ENV
141148
- name: Tests
142149
run: |
143150
nox --no-install -- --color=yes --wycheproof-root=wycheproof --x509-limbo-root=x509-limbo ${{ matrix.PYTHON.NOXARGS }}

0 commit comments

Comments
 (0)