Skip to content

Commit 01f5670

Browse files
committed
remove install step from CI config
1 parent 710939d commit 01f5670

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ jobs:
140140
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
141141
- name: override cffi version in free-threaded environment
142142
if: matrix.PYTHON.VERSION == '3.13t'
143-
# FIXME FIXME total hack
144143
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
147144
echo "PYTHON_GIL=0" >> $GITHUB_ENV
148145
- name: Tests
149146
run: |

0 commit comments

Comments
 (0)