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

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

View File

@ -33,6 +33,10 @@ jobs:
- name: Ensure pipx is in PATH
run: |
echo HOME=$HOME
echo PATH=$PATH
echo PWD=$PWD
ls -lah $PWD
pipx ensurepath
export PATH=$PATH:/root/.local/bin