Skip to content

Commit

Permalink
Merge pull request #383 from vsbogd/fix-macosx-opt
Browse files Browse the repository at this point in the history
Fix install-hyperonc.sh arguments parsing issue on MacOSX
  • Loading branch information
vsbogd authored Jul 31, 2023
2 parents 743f01b + 3080264 commit 66c7229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
# Mac OS X cannot call "./python/install-hyperonc.sh" probably because
# "/bin/sh" is not correct path for the shell there
CIBW_BEFORE_ALL: sh -c ./python/install-hyperonc.sh -u https://github.com/${{github.repository}}.git -r ${{github.ref}}
CIBW_BEFORE_ALL: sh -c "./python/install-hyperonc.sh -u https://github.com/${{github.repository}}.git -r ${{github.ref}}"
with:
package-dir: ./python

Expand Down

0 comments on commit 66c7229

Please sign in to comment.