fix(ci): correct --global to PIPX_BIN_DIR
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 1h18m9s
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 1h18m9s
This commit is contained in:
parent
30c3672979
commit
8799856019
@ -36,7 +36,7 @@ jobs:
|
||||
# uses: abatilo/actions-poetry@v4
|
||||
|
||||
- name: Setup Poetry
|
||||
run: pipx install --global poetry
|
||||
run: PIPX_BIN_DIR=/usr/local/bin pipx install poetry
|
||||
|
||||
- name: Setup virtual environment
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user