Skip to content

Commit

Permalink
Workaround for filesystem path on MacOS
Browse files Browse the repository at this point in the history
For more info, see:
pypa/cibuildwheel#1636
  • Loading branch information
JCGoran committed Feb 15, 2024
1 parent f515a75 commit c9e5379
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 @@ -44,7 +44,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: pp*
CIBW_ENVIRONMENT_MACOS: PATH="/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH"
CIBW_ENVIRONMENT_MACOS: PATH="/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH" MACOSX_DEPLOYMENT_TARGET='10.15'
CIBW_CONFIG_SETTINGS_MACOS: "build-dir=_build"

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c9e5379

Please sign in to comment.