Skip to content

Commit 02cb1b4

Browse files
committed
github: Use bash to interpret ~
1 parent fcf7f56 commit 02cb1b4

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
@@ -31,6 +31,7 @@ jobs:
3131
key: pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
3232
- name: Add PIPX_BIN_DIR to the path
3333
run: echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
34+
shell: bash
3435
- name: Set up Poetry
3536
run: pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3637
- name: Check for lock changes

.github/workflows/check_nitypes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
key: pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
3232
- name: Add PIPX_BIN_DIR to the path
3333
run: echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
34+
shell: bash
3435
- name: Set up Poetry
3536
run: pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3637
- name: Check for lock changes

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
key: pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
3838
- name: Add PIPX_BIN_DIR to the path
3939
run: echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
40+
shell: bash
4041
- name: Set up Poetry
4142
run: pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
4243
- name: Cache virtualenv

0 commit comments

Comments
 (0)