Skip to content

Commit

Permalink
Make: Skip PyPy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Jan 24, 2025
1 parent dea5b71 commit 1fe7faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ archs = ["all"]
# Add "pp*" to skip PyPy builds, but they should work fine these days :)
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
# https://cibuildwheel.readthedocs.io/en/stable/#what-does-it-do
skip = [] # we don't use any SIMD on: ["*s390x*", "*ppc64le*"]
skip = ["pp*"] # we also don't use any SIMD on: ["*s390x*", "*ppc64le*"]

# Testing half-precision math in QEMU is unreliable!
environment-pass = ["SIMSIMD_IN_QEMU"]
Expand Down

0 comments on commit 1fe7faa

Please sign in to comment.