Skip to content

Commit 96033b2

Browse files
committed
Use bash shell only on required steps to avoid changing shell on tests execution
1 parent 5ae5fa4 commit 96033b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ env:
88
jobs:
99
test:
1010
runs-on: ${{ matrix.os }}
11-
defaults:
12-
run:
13-
shell: bash
1411
strategy:
1512
fail-fast: false
1613
matrix:
@@ -37,6 +34,7 @@ jobs:
3734

3835
- name: Get pip cache dir
3936
id: pip-cache
37+
shell: bash
4038
run: |
4139
echo "PIP_DIR=$(pip cache dir)" >> $GITHUB_OUTPUT
4240

0 commit comments

Comments
 (0)