fix(ci): ensure pipx is in PATH 2
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 40s
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 40s
This commit is contained in:
parent
c883b33e42
commit
b4f9eea63a
@ -32,7 +32,9 @@ jobs:
|
|||||||
python-version: "${{ vars.PYTHON_VERSION }}"
|
python-version: "${{ vars.PYTHON_VERSION }}"
|
||||||
|
|
||||||
- name: Ensure pipx is in PATH
|
- name: Ensure pipx is in PATH
|
||||||
run: pipx ensurepath
|
run: |
|
||||||
|
pipx ensurepath
|
||||||
|
export PATH=$PATH:/root/.local/bin
|
||||||
|
|
||||||
- name: Setup Poetry
|
- name: Setup Poetry
|
||||||
uses: abatilo/actions-poetry@v4
|
uses: abatilo/actions-poetry@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user