Skip to content

Commit

Permalink
Try if we still have to silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 31, 2024
1 parent 068ead9 commit 4ab4ea1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_ARCHS_MACOS: "auto universal2"
CIBW_TEST_COMMAND: python -c "from _argon2_cffi_bindings import ffi, lib; print(lib.ARGON2_VERSION_NUMBER)"
# Silence warning we can't do anything about.
CIBW_TEST_SKIP: "*-macosx_universal2:arm64"

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

0 comments on commit 4ab4ea1

Please # to comment.