File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ setup = ['--vsenv'] # For Windows
148148
149149[tool .cibuildwheel ]
150150skip = " cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x"
151- build-verbosity = " 3 "
151+ build-verbosity = 3
152152environment = {LDFLAGS =" -Wl,--strip-all" }
153153test-requires = " hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
154154test-command = """
@@ -160,7 +160,8 @@ free-threaded-support = true
160160before-build = " PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.sh"
161161
162162[tool .cibuildwheel .windows ]
163- before-build = " pip install delvewheel && bash {package}/scripts/cibw_before_build_windows.sh"
163+ environment = {}
164+ before-build = " pip install delvewheel ninja<1.11.1.4 && bash {package}/scripts/cibw_before_build_windows.sh"
164165before-test = " bash {package}/scripts/cibw_before_test_windows.sh"
165166test-command = """
166167 set PANDAS_CI='1' && \
You can’t perform that action at this time.
0 commit comments