Skip to content

Commit

Permalink
Latest numpy has no wheel for cp39-manylinux_i686
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Oct 24, 2023
1 parent 7115a52 commit 9559aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Install numpy with a wheel (do NOT compile it):
CIBW_BEFORE_BUILD: "pip install --only-binary :all: -r requirements.txt"
# There are no numpy wheels for these:
CIBW_SKIP: pp37-* pp38-* pp39-* cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux_*
CIBW_SKIP: pp37-* pp38-* pp39-* cp39-manylinux_i686 cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux_*
# Quick test with C code using NumPy C API:
CIBW_TEST_COMMAND: "python {package}/Tests/test_Cluster.py"

Expand Down

0 comments on commit 9559aaf

Please sign in to comment.