Skip to content

Commit c2b9ff9

Browse files
committed
github: Try bash again
1 parent 5982fcc commit c2b9ff9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/check_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
2929
echo "pipx-bin-dir=$HOME/.local/bin" >> "$GITHUB_OUTPUT"
3030
echo "pipx-home=$HOME/.local/pipx" >> "$GITHUB_OUTPUT"
31+
shell: bash
3132
- name: Cache pipx
3233
uses: actions/cache@v4
3334
with:

.github/workflows/check_nitypes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
2929
echo "pipx-bin-dir=$HOME/.local/bin" >> "$GITHUB_OUTPUT"
3030
echo "pipx-home=$HOME/.local/pipx" >> "$GITHUB_OUTPUT"
31+
shell: bash
3132
- name: Cache pipx
3233
uses: actions/cache@v4
3334
with:

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
3535
echo "pipx-bin-dir=$HOME/.local/bin" >> "$GITHUB_OUTPUT"
3636
echo "pipx-home=$HOME/.local/pipx" >> "$GITHUB_OUTPUT"
37+
shell: bash
3738
- name: Cache pipx
3839
uses: actions/cache@v4
3940
with:

0 commit comments

Comments
 (0)