fix(ci): ensure pipx is in PATH 9
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Has been cancelled
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Has been cancelled
This commit is contained in:
parent
0f9d40518b
commit
45856b94d3
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user