Skip to content

Commit 3521ff1

Browse files
authored
Merge pull request #181 from openzim/muslb
dont skip musllinux
2 parents 13ba0be + 5e2d866 commit 3521ff1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ pythonpath = ["."]
1212

1313
[tool.cibuildwheel]
1414
build = "*"
15-
# disabling musllinux until https://github.com/kiwix/kiwix-build/issues/585
1615
# disabling windows until hhttps://github.com/kiwix/kiwix-build/issues/466
1716
# disabling PyPy due to 2 failing tests
18-
skip = "pp* *musllinux* *-win*"
17+
skip = "pp* *-win*"
1918

2019
test-requires = ["pytest"]
2120
test-command = "py.test {project}/tests/"

0 commit comments

Comments
 (0)