Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/cibw_before_build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if [[ $FREE_THREADED_BUILD == "True" ]]; then
python -m pip install -U pip
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
# TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests
python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
python -m pip install git+https://github.com/cython/cython.git@02041cd3d13e9c6df00c7c29fe93dcbc5f9e881e
python -m pip install ninja meson-python versioneer[toml] numpy
fi
Loading