Skip to content

Commit 8ef8e4a

Browse files
committed
remove slow and impossible wheels
1 parent c497f0f commit 8ef8e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: cp38, title: "" }
123123
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: cp39, title: "" }
124124
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: cp310, title: "" }
125-
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp37, title: "" }
126-
- { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp38, title: "" }
125+
# - { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp37, title: "" }
126+
# - { os: ubuntu-20.04, arch: manylinux_aarch64, python-version: pp38, title: "" }
127127
# - { os: ubuntu-20.04, arch: manylinux_ppc64le, python-version: cp36, title: "" }
128128
# - { os: ubuntu-20.04, arch: manylinux_ppc64le, python-version: cp37, title: "" }
129129
# - { os: ubuntu-20.04, arch: manylinux_ppc64le, python-version: cp38, title: "" }
@@ -153,7 +153,7 @@ jobs:
153153
- { os: macos-10.15, arch: macosx_x86_64, python-version: cp38, title: " & Test" }
154154
- { os: macos-10.15, arch: macosx_x86_64, python-version: cp39, title: " & Test" }
155155
- { os: macos-10.15, arch: macosx_x86_64, python-version: cp310, title: " & Test" }
156-
- { os: macos-10.15, arch: macosx_x86_64, python-version: pp37, title: " & Test" }
156+
# - { os: macos-10.15, arch: macosx_x86_64, python-version: pp37, title: " & Test" }
157157
- { os: macos-10.15, arch: macosx_x86_64, python-version: pp38, title: " & Test" }
158158
- { os: macos-10.15, arch: macosx_arm64, python-version: cp38, title: "" }
159159
- { os: macos-10.15, arch: macosx_arm64, python-version: cp39, title: "" }

0 commit comments

Comments
 (0)