Skip to content

Commit 1034dde

Browse files
committed
Do not test CPython 3.8 arm64 wheels on macOS
See pypa/cibuildwheel#1169
1 parent 1a5b33c commit 1034dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
env:
9393
CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
9494
CIBW_SKIP: "cp37-*"
95+
CIBW_TEST_SKIP: "cp38-macosx_*:arm64"
9596
- uses: actions/upload-artifact@v4
9697
with:
9798
name: wheels-${{ matrix.os }}

0 commit comments

Comments
 (0)