Skip to content

Commit 416fbfe

Browse files
committed
explicitly specify the shell
1 parent 3b4c189 commit 416fbfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ runs:
1212
using: "composite"
1313
steps:
1414
- name: install dependencies
15+
shell: bash -l {0}
1516
run: |
1617
python -m pip install -r requirements.txt
17-
shell: bash -l {0}
1818
- name: analyze environments
19+
shell: bash -l {0}
1920
run: |
2021
python minimum_versions.py ${{ inputs.env-paths }}

0 commit comments

Comments
 (0)