fix(ci): ensure pipx is in PATH 5
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 44s
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 44s
This commit is contained in:
parent
1ffaea566d
commit
c5413cbd97
@ -33,10 +33,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Ensure pipx is in PATH
|
- name: Ensure pipx is in PATH
|
||||||
run: |
|
run: |
|
||||||
|
echo $0
|
||||||
echo HOME=$HOME
|
echo HOME=$HOME
|
||||||
echo PATH=$PATH
|
ls -lah $HOME
|
||||||
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