fix(ci): ensure pipx is in PATH 6
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 42s
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 42s
This commit is contained in:
parent
c5413cbd97
commit
793f046862
@ -19,7 +19,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
- name: Run Hadolint
|
||||
uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
output-file: hadolint.out
|
||||
@ -33,11 +34,10 @@ jobs:
|
||||
|
||||
- name: Ensure pipx is in PATH
|
||||
run: |
|
||||
echo $0
|
||||
echo HOME=$HOME
|
||||
ls -lah $HOME
|
||||
cat $HOME/.profile
|
||||
pipx ensurepath
|
||||
export PATH=$PATH:/root/.local/bin
|
||||
cat $HOME/.profile
|
||||
|
||||
# - name: Setup Poetry
|
||||
# uses: abatilo/actions-poetry@v4
|
||||
|
Loading…
Reference in New Issue
Block a user