8000 Temporarily disable PyPy wheels · matplotlib/matplotlib@934d1ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 934d1ec

Browse files
committed
Temporarily disable PyPy wheels
This is supported by the latest cibuildwheel, but using that breaks Windows builds, so I'll look into that separately.
1 parent 052bec0 commit 934d1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
CIBW_BEFORE_BUILD: pip install certifi oldest-supported-numpy
9999
CIBW_ARCHS: ${{ matrix.cibw_archs }}
100100
PIP_USE_FEATURE: in-tree-build
101-
if: matrix.cibw_archs != 'aarch64'
101+
if: false && matrix.cibw_archs != 'aarch64'
102102

103103
- name: Validate that LICENSE files are included in wheels
104104
run: |

0 commit comments

Comments
 (0)
0