fix(ci): ensure pipx is in PATH 6
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:53:00 +00:00
parent c5413cbd97
commit 793f046862
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -19,7 +19,8 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: hadolint/hadolint-action@v3.1.0 - name: Run Hadolint
uses: hadolint/hadolint-action@v3.1.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
output-file: hadolint.out output-file: hadolint.out
@ -33,11 +34,10 @@ jobs:
- name: Ensure pipx is in PATH - name: Ensure pipx is in PATH
run: | run: |
echo $0 cat $HOME/.profile
echo HOME=$HOME
ls -lah $HOME
pipx ensurepath pipx ensurepath
export PATH=$PATH:/root/.local/bin export PATH=$PATH:/root/.local/bin
cat $HOME/.profile
# - name: Setup Poetry # - name: Setup Poetry
# uses: abatilo/actions-poetry@v4 # uses: abatilo/actions-poetry@v4