Skip to content

Commit 45ae0a6

Browse files
committed
Exclude musllinux aarch64 as there is not scipy for it
1 parent 308d453 commit 45ae0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- [ubuntu-22.04, manylinux, x86_64, "", ""]
4141
- [ubuntu-22.04, musllinux, x86_64, "", ""]
4242
- [ubuntu-24.04-arm, manylinux, aarch64, "", ""]
43-
- [ubuntu-24.04-arm, musllinux, aarch64, "", ""]
43+
# - [ubuntu-24.04-arm, musllinux, aarch64, "", ""]
4444
# - [macos-13, macosx, x86_64, openblas, "10.13"]
4545
# - [macos-13, macosx, x86_64, accelerate, "14.0"]
4646
# - [macos-14, macosx, arm64, openblas, "12.3"]

0 commit comments

Comments
 (0)