Skip to content

Commit 0445594

Browse files
Explicitly add shell
1 parent 036a5b8 commit 0445594

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ runs:
1919
${{ inputs.package-root-dir }}/setup.py
2020
2121
- name: Install dependencies
22+
shell: bash
2223
run: |
2324
python -m pip install --upgrade pip
2425
pip install ${{ inputs.package-root-dir }}[test]

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
package-root-dir: ${{ matrix.package-root-dir }}
3030

3131
- name: Run tests
32+
shell: bash
3233
run: |
3334
cd ${{ matrix.package-root-dir }}
3435
pytest

0 commit comments

Comments
 (0)