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
|
||||
run: |
|
||||
echo $0
|
||||
echo HOME=$HOME
|
||||
echo PATH=$PATH
|
||||
echo PWD=$PWD
|
||||
ls -lah $PWD
|
||||
ls -lah $HOME
|
||||
pipx ensurepath
|
||||
export PATH=$PATH:/root/.local/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user