File tree 2 files changed +2
-2
lines changed
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
161
161
162
162
[tool .cibuildwheel .windows ]
163
163
environment = {}
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"
165
165
before-test = " bash {package}/scripts/cibw_before_test_windows.sh"
166
166
test-command = """
167
167
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
10
10
if [[ $FREE_THREADED_BUILD == " True" ]]; then
11
11
python -m pip install -U pip
12
12
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
14
14
fi
You can’t perform that action at this time.
0 commit comments