Skip to content

Commit 6c4139f

Browse files
committed
Use an earlier Cython commit...
1 parent 712eb58 commit 6c4139f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
# https://github.com/cython/cython/pull/6341
213213
# Except now we can't use the master branch any more because of:
214214
# https://github.com/cython/cython/issues/6366
215-
- run: pip install git+https://github.com/cython/cython.git@accde54653217dc28c52befd10d183941ba28336
215+
- run: pip install git+https://github.com/cython/cython.git@20bceea6b19ffc2f65b9fba2e4f737f09e5a2b20
216216
- run: pip install -r requirements-dev.txt
217217
- run: bin/coverage.sh
218218

0 commit comments

Comments
 (0)