Skip to content

Commit 3abe283

Browse files
committed
Use an earlier Cython commit...
1 parent 0fa5d42 commit 3abe283

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
@@ -206,7 +206,7 @@ jobs:
206206
# https://github.com/cython/cython/pull/6341
207207
# Except now we can't use the master branch any more because of:
208208
# https://github.com/cython/cython/issues/6366
209-
- run: pip install git+https://github.com/cython/cython.git@accde54653217dc28c52befd10d183941ba28336
209+
- run: pip install git+https://github.com/cython/cython.git@20bceea6b19ffc2f65b9fba2e4f737f09e5a2b20
210210
- run: pip install -r requirements-dev.txt
211211
- run: bin/coverage.sh
212212

0 commit comments

Comments
 (0)