fix(ci): ensure pipx is in PATH 5
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 44s

This commit is contained in:
Luke Tainton 2025-01-02 13:50:38 +00:00
parent 1ffaea566d
commit c5413cbd97
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -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