Skip to content

Commit aaf6942

Browse files
committed
Use Cython master branch again after:
cython/cython#6369
1 parent 628e376 commit aaf6942

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,7 @@ jobs:
204204
- run: sudo apt-get install libflint-dev
205205
# Need Cython's master branch until 3.1 is released because we need:
206206
# 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
207+
- run: pip install git+https://github.com/cython/cython.git@master
211208
- run: pip install -r requirements-dev.txt
212209
- run: bin/coverage.sh
213210

0 commit comments

Comments
 (0)