Skip to content

Commit

Permalink
update cw_build
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jan 14, 2025
1 parent f3a832b commit abc5d15
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,10 @@ jobs:
strategy:
matrix:
arch: [aarch64, ppc64le]
cw_build: ["cp36*many*", "cp37*many*", "cp38*many*", "cp39*many*", "cp310*many*", "cp311*many*", "pp37*many*", "pp38*many*", "pp39*many*"]
cw_build: ["cp*many*", "pp*many*"]
exclude:
- arch: ppc64le
cw_build: "pp37*many*"
- arch: ppc64le
cw_build: "pp38*many*"
- arch: ppc64le
cw_build: "pp39*many*"
cw_build: "pp*many*"

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

0 comments on commit abc5d15

Please sign in to comment.