We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731fb08 commit 6546f12Copy full SHA for 6546f12
.github/workflows/buildwheel.yml
@@ -210,10 +210,7 @@ jobs:
210
- run: sudo apt-get install libflint-dev
211
# Need Cython's master branch until 3.1 is released because we need:
212
# https://github.com/cython/cython/pull/6341
213
- # Except now we can't use the master branch any more because of:
214
- # https://github.com/cython/cython/issues/6366
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
+ - run: pip install git+https://github.com/cython/cython.git@master
217
- run: pip install -r requirements-dev.txt
218
- run: bin/coverage.sh
219
0 commit comments