File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199
200200 # Test that we can make a coverage build and report coverage
201201 test_coverage_build :
202- name : Test coverage setuptools build
202+ name : Test coverage build
203203 runs-on : ubuntu-24.04
204204 steps :
205205 - uses : actions/checkout@v4
@@ -208,9 +208,11 @@ jobs:
208208 python-version : ' 3.12'
209209 - run : sudo apt-get update
210210 - run : sudo apt-get install libflint-dev
211- # Need Cython's master branch until 3.1 is released because of :
211+ # Need Cython's master branch until 3.1 is released because we need :
212212 # https://github.com/cython/cython/pull/6341
213- - run : pip install git+https://github.com/cython/cython.git@master
213+ # Except now we can't use the master branch any more because of:
214+ # https://github.com/cython/cython/issues/6366
215+ - run : pip install git+https://github.com/cython/cython.git@accde54653217dc28c52befd10d183941ba28336
214216 - run : pip install -r requirements-dev.txt
215217 - run : bin/coverage.sh
216218
You can’t perform that action at this time.
0 commit comments