Skip to content

Commit 5f1778c

Browse files
committed
Add in script instead
1 parent 04780f4 commit 5f1778c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ before-build = "PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.s
161161

162162
[tool.cibuildwheel.windows]
163163
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"
165165
before-test = "bash {package}/scripts/cibw_before_test_windows.sh"
166166
test-command = """
167167
set PANDAS_CI='1' && \

scripts/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_conf
1010
if [[ $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
1414
fi

0 commit comments

Comments
 (0)