Skip to content

Commit 6dee04f

Browse files
committed
CI: Use Cython nightlies for Windows wheel builds again
1 parent 26a6316 commit 6dee04f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/cibw_before_build_windows.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ done
88
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
99
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1010
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
1412
python -m pip install ninja meson-python versioneer[toml] numpy
1513
fi

0 commit comments

Comments
 (0)