Skip to content

Commit

Permalink
TEMP remove x86 so arm can actually try to build
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 15, 2024
1 parent 0ff22e9 commit 544d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
# we skip PyPy (for now) and 32-bit builds
CIBW_SKIP: "pp* *-win32 *-manylinux_i686"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-manylinux_x86_64"
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 544d5e0

Please sign in to comment.