Skip to content

Commit

Permalink
tmp test wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikai-Liao committed Aug 28, 2024
1 parent 1373904 commit 6702036
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ jobs:
# Github Actions doesn't support pairing matrix values together, let's improvise
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
buildplat:
- [ubuntu-22.04, manylinux_x86_64]
# - [ubuntu-22.04, manylinux_x86_64]
- [ubuntu-22.04, musllinux_x86_64]
- [ubuntu-22.04, manylinux_aarch64]
- [ubuntu-22.04, musllinux_aarch64]
- [macos-12, macosx_x86_64]
- [macos-12, macosx_arm64]
- [windows-2022, win_amd64]
- [windows-2022, win32]
python: ["cp38", "cp39", "cp310", "cp311", "cp312", "pp39"]
# - [ubuntu-22.04, manylinux_aarch64]
# - [ubuntu-22.04, musllinux_aarch64]
# - [macos-12, macosx_x86_64]
# - [macos-12, macosx_arm64]
# - [windows-2022, win_amd64]
# - [windows-2022, win32]
# python: ["cp38", "cp39", "cp310", "cp311", "cp312", "pp39"]
python: ["cp310"]
exclude:
- buildplat: [windows-2022, win32]
python: "pp39"
Expand Down

0 comments on commit 6702036

Please sign in to comment.