Skip to content

Commit

Permalink
remove slow and impossible wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP committed Feb 1, 2022
1 parent c497f0f commit 8ef8e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: cp38, title: "" }
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: cp39, title: "" }
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: cp310, title: "" }
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp37, title: "" }
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp38, title: "" }
# - { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp37, title: "" }
# - { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp38, title: "" }
# - { os: ubuntu-20.04, arch: manylinux_ppc64le, python-version: cp36, title: "" }
# - { os: ubuntu-20.04, arch: manylinux_ppc64le, python-version: cp37, title: "" }
# - { os: ubuntu-20.04, arch: manylinux_ppc64le, python-version: cp38, title: "" }
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- { os: macos-10.15, arch: macosx_x86_64, python-version: cp38, title: " & Test" }
- { os: macos-10.15, arch: macosx_x86_64, python-version: cp39, title: " & Test" }
- { os: macos-10.15, arch: macosx_x86_64, python-version: cp310, title: " & Test" }
- { os: macos-10.15, arch: macosx_x86_64, python-version: pp37, title: " & Test" }
# - { os: macos-10.15, arch: macosx_x86_64, python-version: pp37, title: " & Test" }
- { os: macos-10.15, arch: macosx_x86_64, python-version: pp38, title: " & Test" }
- { os: macos-10.15, arch: macosx_arm64, python-version: cp38, title: "" }
- { os: macos-10.15, arch: macosx_arm64, python-version: cp39, title: "" }
Expand Down

0 comments on commit 8ef8e4a

Please sign in to comment.