fix(ci): ensure pipx is in PATH 9
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Has been cancelled

This commit is contained in:
Luke Tainton 2025-01-02 13:58:44 +00:00
parent 0f9d40518b
commit 45856b94d3
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -59,7 +59,9 @@ jobs:
restore-keys: venv-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
run: poetry install
run: |
source $HOME/.profile
poetry install
- name: Lint
run: |