Skip to content

Commit f7d27a5

Browse files
committed
Use Oscar's cython branch for coverage again
1 parent 3abe283 commit f7d27a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ 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@20bceea6b19ffc2f65b9fba2e4f737f09e5a2b20
209+
# So we have to keep using Oscar's PR branch:
210+
- run: pip install git+https://github.com/oscarbenjamin/cython.git@pr_relative_paths
210211
- run: pip install -r requirements-dev.txt
211212
- run: bin/coverage.sh
212213

0 commit comments

Comments
 (0)