Skip to content

Commit 5a37e4a

Browse files
committed
github: Run pipx ensurepath
1 parent f100c12 commit 5a37e4a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/check_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
${{ env.PIPX_HOME }}
3030
${{ env.PIPX_BIN_DIR }}
3131
key: pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
32+
- name: Add pipx to the path
33+
run: pipx ensurepath
3234
- name: Set up Poetry
3335
run: pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3436
- name: Check for lock changes

.github/workflows/check_nitypes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
${{ env.PIPX_HOME }}
3030
${{ env.PIPX_BIN_DIR }}
3131
key: pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
32+
- name: Add pipx to the path
33+
run: pipx ensurepath
3234
- name: Set up Poetry
3335
run: pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3436
- name: Check for lock changes

.github/workflows/run_unit_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
${{ env.PIPX_HOME }}
3636
${{ env.PIPX_BIN_DIR }}
3737
key: pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
38+
- name: Add pipx to the path
39+
run: pipx ensurepath
3840
- name: Set up Poetry
3941
run: pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
4042
- name: Cache virtualenv

0 commit comments

Comments
 (0)