Skip to content

Commit 6546f12

Browse files
committed
Use Cython master branch again after:
cython/cython#6369
1 parent 731fb08 commit 6546f12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/buildwheel.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,7 @@ jobs:
210210
- run: sudo apt-get install libflint-dev
211211
# Need Cython's master branch until 3.1 is released because we need:
212212
# 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
213+
- run: pip install git+https://github.com/cython/cython.git@master
217214
- run: pip install -r requirements-dev.txt
218215
- run: bin/coverage.sh
219216

0 commit comments

Comments
 (0)