Skip to content

Commit

Permalink
Force bash as default shell for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
smheidrich committed Sep 18, 2022
1 parent a812c45 commit 92353dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-prelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
touch -d "$repo_time" "$filename";
done
- name: Install dependencies and build wheels
shell: bash # no idea why this isn't default... should be
run: |
# from: https://github.com/PyO3/setuptools-rust#build-wheelssh
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
touch -d "$repo_time" "$filename";
done
- name: Install dependencies and build wheels
shell: bash # no idea why this isn't default... should be
run: |
# from: https://github.com/PyO3/setuptools-rust#build-wheelssh
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
Expand Down

0 comments on commit 92353dd

Please sign in to comment.