Skip to content

Commit 4602009

Browse files
committed
Install older Cython
1 parent 77db1c4 commit 4602009

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/cibw_before_build_windows.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ done
99
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
1010
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1111
python -m pip install -U pip
12-
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
12+
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
13+
python -m pip install git+https://github.com/cython/cython.git@030e3886fa094ecae6121f8ccacaf814956dca5c
1314
python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy==2.2.2
1415
fi

0 commit comments

Comments
 (0)