Skip to content

Commit cc9aeb5

Browse files
committed
Things seem to be working! Let's see what happens when I drop this pesky flag
1 parent a471264 commit cc9aeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
python {package}/ci/check_wheel_licenses.py {wheel}
104104
CIBW_CONFIG_SETTINGS: setup-args="--vsenv"
105105
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
106-
CIBW_SKIP: "*-musllinux_aarch64"
106+
# CIBW_SKIP: "*-musllinux_aarch64"
107107
CIBW_TEST_COMMAND: >-
108108
python {package}/ci/check_version_number.py
109109
MACOSX_DEPLOYMENT_TARGET: "10.12"

0 commit comments

Comments
 (0)