Skip to content

Commit c487998

Browse files
committed
Expand before-test to musl
1 parent e46055a commit c487998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
164164

165165
[[tool.cibuildwheel.overrides]]
166166
select = "*-musllinux*"
167-
before-test = "apk update && apk add musl-locales"
167+
before-test = "apk update && apk add musl-locales && bash {package}/scripts/cibw_before_test.sh"
168168

169169
[[tool.cibuildwheel.overrides]]
170170
select = "*-win*"

0 commit comments

Comments
 (0)