We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e312df commit d013c1cCopy full SHA for d013c1c
.github/workflows/lint.yml
@@ -15,5 +15,7 @@ jobs:
15
with:
16
path: ~/.cache/pip
17
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 -
+ - shell: bash
+ run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
20
21
+ run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
0 commit comments