Skip to content

Commit

Permalink
Skip 32-bit builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 15, 2024
1 parent 79835d9 commit 0ff22e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: pp*
# we skip PyPy (for now) and 32-bit builds
CIBW_SKIP: "pp* *-win32 *-manylinux_i686"
CIBW_ENVIRONMENT_MACOS: >
PATH="/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH"
MACOSX_DEPLOYMENT_TARGET='10.15'
Expand Down

0 comments on commit 0ff22e9

Please sign in to comment.