Skip to content

Commit 73b5be1

Browse files
committed
adjust CI hack
1 parent 8a2829f commit 73b5be1

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
@@ -143,7 +143,7 @@ jobs:
143143
# FIXME FIXME total hack
144144
run: |
145145
.nox/local/bin/python -m ensurepip
146-
.nox/local/bin/python -m pip install git+https://github.com/colesbury/cffi@ft
146+
.nox/local/bin/python -m pip install git+https://github.com/ngoldbaum/cffi-ft@upstream-pr
147147
echo "PYTHON_GIL=0" >> $GITHUB_ENV
148148
- name: Tests
149149
run: |

0 commit comments

Comments
 (0)