Skip to content

Commit 03a4baf

Browse files
Merge pull request #197 from oscarbenjamin/pr_cython_master
Use Cython master branch for coverage tests
2 parents 45ea643 + 59413b6 commit 03a4baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ jobs:
205205
python-version: '3.12'
206206
- run: sudo apt-get update
207207
- run: sudo apt-get install libflint-dev
208-
# This is branch is for a Cython PR:
208+
# Need Cython's master branch until 3.1 is released because of:
209209
# https://github.com/cython/cython/pull/6341
210-
- run: pip install git+https://github.com/oscarbenjamin/cython.git@pr_relative_paths
210+
- run: pip install git+https://github.com/cython/cython.git@master
211211
- run: pip install -r requirements-dev.txt
212212
- run: bin/coverage.sh
213213

0 commit comments

Comments
 (0)