We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45ea643 + 59413b6 commit 03a4bafCopy full SHA for 03a4baf
.github/workflows/buildwheel.yml
@@ -205,9 +205,9 @@ jobs:
205
python-version: '3.12'
206
- run: sudo apt-get update
207
- run: sudo apt-get install libflint-dev
208
- # This is branch is for a Cython PR:
+ # Need Cython's master branch until 3.1 is released because of:
209
# https://github.com/cython/cython/pull/6341
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