File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ before-build = "PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.s
161161
162162[tool .cibuildwheel .windows ]
163163environment = {}
164- before-build = """ pip install delvewheel "ninja<1.11.1.4" && bash {package}/scripts/cibw_before_build_windows.sh"" "
164+ before-build = " pip install delvewheel && bash {package}/scripts/cibw_before_build_windows.sh"
165165before-test = " bash {package}/scripts/cibw_before_test_windows.sh"
166166test-command = """
167167 set PANDAS_CI='1' && \
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_conf
1010if [[ $FREE_THREADED_BUILD == " True" ]]; then
1111 python -m pip install -U pip
1212 python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
13- python -m pip install ninja meson-python versioneer[toml]
13+ python -m pip install " ninja<1.11.1.4 " meson-python versioneer[toml] numpy
1414fi
You can’t perform that action at this time.
0 commit comments