fix(ci): correct --global to PIPX_BIN_DIR
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 1h18m9s

This commit is contained in:
Luke Tainton 2025-01-02 14:18:58 +00:00
parent 30c3672979
commit 8799856019
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -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: |