Skip to content

Commit

Permalink
Fix macos CI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
overfl0 committed Apr 28, 2024
1 parent 54d37fc commit c40ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
CIBW_SKIP: pp*
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {project}
CIBW_TEST_SKIP: "cp38-macosx_*:arm64"
CIBW_TEST_SKIP: "cp38-macosx_arm64"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c40ded0

Please sign in to comment.