Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jun 19, 2024
1 parent 42d653a commit 7b2a231
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
- [ubuntu-22.04, musllinux_i686]
python: ["cp310", "cp311", "cp312", "pp310"]
exclude:
- buildplat:
- [ubuntu-22.04, manylinux_i686] # numpy error
- [ubuntu-22.04, musllinux_x86_64]
- [ubuntu-22.04, musllinux_i686]
- buildplat: [ubuntu-22.04, manylinux_i686] # numpy error
python: "pp310"
- buildplat: [ubuntu-22.04, musllinux_x86_64]
python: "pp310"
- buildplat: [ubuntu-22.04, musllinux_i686]
python: "pp310"

steps:
Expand Down

0 comments on commit 7b2a231

Please sign in to comment.