Skip to content

Commit ce4985d

Browse files
committed
add shell to setup
1 parent a826cfd commit ce4985d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ runs:
3838
steps:
3939
- name: pip installs
4040
run: pip3 install tomli setuptools-scm && python3 -m setuptools_scm
41+
shell: bash
4142
- name: create environment file
4243
run: >
4344
python3 $GITHUB_ACTION_PATH/generate_environment.py ${{ inputs.file }} ${{ inputs.output }}

0 commit comments

Comments
 (0)