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 ffe94e9 commit 908b209
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", true]
skip: true
# musllinux_aarch64 - takes ~ 1h5m
- buildplat: [musllinux_aarch64]
skip: ["true", true]
skip: true

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

0 comments on commit 908b209

Please sign in to comment.