Skip to content

Commit d013c1c

Browse files
committed
ci: Use bash shell
1 parent 9e312df commit d013c1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515
with:
1616
path: ~/.cache/pip
1717
key: ${{ runner.os }}-pip
18-
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
19-
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
18+
- shell: bash
19+
run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
20+
- shell: bash
21+
run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -

0 commit comments

Comments
 (0)