We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712eb58 commit 6c4139fCopy full SHA for 6c4139f
1 file changed
.github/workflows/buildwheel.yml
@@ -212,7 +212,7 @@ jobs:
212
# https://github.com/cython/cython/pull/6341
213
# Except now we can't use the master branch any more because of:
214
# https://github.com/cython/cython/issues/6366
215
- - run: pip install git+https://github.com/cython/cython.git@accde54653217dc28c52befd10d183941ba28336
+ - run: pip install git+https://github.com/cython/cython.git@20bceea6b19ffc2f65b9fba2e4f737f09e5a2b20
216
- run: pip install -r requirements-dev.txt
217
- run: bin/coverage.sh
218
0 commit comments