Skip to content

Commit 36e8d63

Browse files
committed
Add in script instead
1 parent 5f1778c commit 36e8d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ 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 numpy cython
12+
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
1313
python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy
1414
fi

0 commit comments

Comments
 (0)