Skip to content

Commit 5036424

Browse files
committed
Fix cibw_test_skip typo
1 parent bb3ec65 commit 5036424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- os: macos-14
9494
cibw_archs: "arm64"
9595
# Silence warning for only Python 3.8, as per https://github.com/pypa/cibuildwheel/pull/1169
96-
cibw_skip: "cp38-macosx_*:arm64"
96+
cibw_test_skip: "cp38-macosx_*:arm64"
9797

9898
steps:
9999
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)