We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abe283 commit f7d27a5Copy full SHA for f7d27a5
1 file changed
.github/workflows/buildwheel.yml
@@ -206,7 +206,8 @@ jobs:
206
# https://github.com/cython/cython/pull/6341
207
# Except now we can't use the master branch any more because of:
208
# https://github.com/cython/cython/issues/6366
209
- - run: pip install git+https://github.com/cython/cython.git@20bceea6b19ffc2f65b9fba2e4f737f09e5a2b20
+ # So we have to keep using Oscar's PR branch:
210
+ - run: pip install git+https://github.com/oscarbenjamin/cython.git@pr_relative_paths
211
- run: pip install -r requirements-dev.txt
212
- run: bin/coverage.sh
213
0 commit comments