fix(ci): ensure pipx is in PATH 4
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 42s
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 42s
This commit is contained in:
parent
71254deb9d
commit
1ffaea566d
@ -33,6 +33,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Ensure pipx is in PATH
|
- name: Ensure pipx is in PATH
|
||||||
run: |
|
run: |
|
||||||
|
echo HOME=$HOME
|
||||||
|
echo PATH=$PATH
|
||||||
|
echo PWD=$PWD
|
||||||
|
ls -lah $PWD
|
||||||
pipx ensurepath
|
pipx ensurepath
|
||||||
export PATH=$PATH:/root/.local/bin
|
export PATH=$PATH:/root/.local/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user