Skip to content

Commit

Permalink
Fix cibw_test_skip typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Jun 3, 2024
1 parent bb3ec65 commit 5036424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- os: macos-14
cibw_archs: "arm64"
# Silence warning for only Python 3.8, as per https://github.com/pypa/cibuildwheel/pull/1169
cibw_skip: "cp38-macosx_*:arm64"
cibw_test_skip: "cp38-macosx_*:arm64"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5036424

Please sign in to comment.