We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628e376 commit aaf6942Copy full SHA for aaf6942
.github/workflows/buildwheel.yml
@@ -204,10 +204,7 @@ jobs:
204
- run: sudo apt-get install libflint-dev
205
# Need Cython's master branch until 3.1 is released because we need:
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
- # So we have to keep using Oscar's PR branch:
210
- - run: pip install git+https://github.com/oscarbenjamin/cython.git@pr_relative_paths
+ - run: pip install git+https://github.com/cython/cython.git@master
211
- run: pip install -r requirements-dev.txt
212
- run: bin/coverage.sh
213
0 commit comments