File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 8
8
FREE_THREADED_BUILD=" $( python -c" import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))" ) "
9
9
if [[ $FREE_THREADED_BUILD == " True" ]]; then
10
10
python -m pip install -U pip
11
- # python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
12
- # TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests
13
- python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
11
+ python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
14
12
python -m pip install ninja meson-python versioneer[toml] numpy
15
13
fi
You can’t perform that action at this time.
0 commit comments