File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193
194194 # Test that we can make a coverage build and report coverage
195195 test_coverage_build :
196- name : Test coverage setuptools build
196+ name : Test coverage build
197197 runs-on : ubuntu-24.04
198198 steps :
199199 - uses : actions/checkout@v4
@@ -202,9 +202,11 @@ jobs:
202202 python-version : ' 3.12'
203203 - run : sudo apt-get update
204204 - run : sudo apt-get install libflint-dev
205- # Need Cython's master branch until 3.1 is released because of :
205+ # Need Cython's master branch until 3.1 is released because we need :
206206 # https://github.com/cython/cython/pull/6341
207- - run : pip install git+https://github.com/cython/cython.git@master
207+ # Except now we can't use the master branch any more because of:
208+ # https://github.com/cython/cython/issues/6366
209+ - run : pip install git+https://github.com/cython/cython.git@accde54653217dc28c52befd10d183941ba28336
208210 - run : pip install -r requirements-dev.txt
209211 - run : bin/coverage.sh
210212
You can’t perform that action at this time.
0 commit comments