Skip to content

Commit f939d12

Browse files
Wheels: Skip cp38-macosx_arm64
1 parent 93adaca commit f939d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ jobs:
241241
sudo make install
242242
CIBW_ARCHS: ${{ matrix.config.arch }}
243243
CIBW_BUILD: ${{ matrix.config.build-pattern }}
244+
CIBW_SKIP: cp38-macosx_arm64
244245
CIBW_BEFORE_BUILD: rm -rf {project}/build
245246
CIBW_TEST_COMMAND_MACOS: HOME={package} python {package}/tests/test_B1.py
246247
CIBW_TEST_COMMAND_WINDOWS: python {package}/tests/test_B1.py

0 commit comments

Comments
 (0)