Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jan 28, 2025
1 parent 677f5b5 commit e2060a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
exclude:
# manylinux_aarch64 - takes ~15m
- buildplat: [manylinux_aarch64]
skip: "true"
skip: ["true"]
# musllinux_aarch64 - takes ~ 1h5m
- buildplat: [musllinux_x86_64]
skip: "true"
skip: ["true"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e2060a8

Please sign in to comment.