Skip to content

Commit

Permalink
Re-enable building Linux 32bit wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Jan 10, 2024
1 parent bab752b commit 3abef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: "coverage pytest pytest-cov"
CIBW_TEST_COMMAND: "py.test {project}/tests"
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp37* cp38* pp* *linux_i686"
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp37* cp38* pp*"
CIBW_ARCHS: ${{matrix.arch}}
CIBW_PRERELEASE_PYTHONS: True

Expand Down

0 comments on commit 3abef0c

Please sign in to comment.