Skip to content

Commit

Permalink
Skip cp312-manylinux_i686 build as no binary numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Feb 6, 2024
1 parent 6dd610a commit 04e4163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: "pytest pytest-benchmark pytz"
CIBW_TEST_COMMAND: "pytest -sv {project}/tests"
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp37* pp* cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux_*"
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp37* pp* cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_*"
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
# CIBW_BEFORE_BUILD: python -m pip install oldest-supported-numpy
# CIBW_PRERELEASE_PYTHONS: True
Expand Down

0 comments on commit 04e4163

Please sign in to comment.