Skip to content

Commit 30fb7e4

Browse files
committed
Use Oscar's cython branch for coverage again
1 parent 6c4139f commit 30fb7e4

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
@@ -212,7 +212,8 @@ 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@20bceea6b19ffc2f65b9fba2e4f737f09e5a2b20
215+
# So we have to keep using Oscar's PR branch:
216+
- run: pip install git+https://github.com/oscarbenjamin/cython.git@pr_relative_paths
216217
- run: pip install -r requirements-dev.txt
217218
- run: bin/coverage.sh
218219

0 commit comments

Comments
 (0)