File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -154,17 +154,12 @@ test-command = """
154
154
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"]); \
155
155
pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
156
156
"""
157
+ before-build = " bash scripts/cibw_before_build.sh"
157
158
158
159
[tool .cibuildwheel .windows ]
159
160
before-build = " pip install delvewheel"
160
161
repair-wheel-command = " delvewheel repair -w {dest_dir} {wheel}"
161
162
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
-
168
163
[[tool .cibuildwheel .overrides ]]
169
164
select = " *-musllinux*"
170
165
before-test = " apk update && apk add musl-locales"
You can’t perform that action at this time.
0 commit comments