Skip to content

Commit 92353dd

Browse files
committed
Force bash as default shell for build step
1 parent a812c45 commit 92353dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-and-prelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
touch -d "$repo_time" "$filename";
4949
done
5050
- name: Install dependencies and build wheels
51+
shell: bash # no idea why this isn't default... should be
5152
run: |
5253
# from: https://github.com/PyO3/setuptools-rust#build-wheelssh
5354
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
touch -d "$repo_time" "$filename";
5050
done
5151
- name: Install dependencies and build wheels
52+
shell: bash # no idea why this isn't default... should be
5253
run: |
5354
# from: https://github.com/PyO3/setuptools-rust#build-wheelssh
5455
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do

0 commit comments

Comments
 (0)