File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -154,17 +154,12 @@ test-command = """
154154 pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "-n 2", "--no-strict-data-files"]); \
155155 pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
156156 """
157+ before-build = " bash scripts/cibw_before_build.sh"
157158
158159[tool .cibuildwheel .windows ]
159160before-build = " pip install delvewheel"
160161repair-wheel-command = " delvewheel repair -w {dest_dir} {wheel}"
161162
162- [tool .cibuildwheel .linux ]
163- before-build = " bash {project}/scripts/cibw_before_build.sh"
164-
165- [tool .cibuildwheel .macos ]
166- before-build = " bash {project}/scripts/cibw_before_build.sh"
167-
168163[[tool .cibuildwheel .overrides ]]
169164select = " *-musllinux*"
170165before-test = " apk update && apk add musl-locales"
You can’t perform that action at this time.
0 commit comments