Skip to content

Commit

Permalink
ci: Investigate why pip build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jan 24, 2025
1 parent a383d12 commit 16cc180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
arch: ["x86_64", "aarch64"]
arch: ["x86_64"]
build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*", "pp310-*"]
exclude:
- arch: "aarch64"
Expand Down

0 comments on commit 16cc180

Please sign in to comment.