fix(ci): ensure pipx is in PATH 2
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 40s

This commit is contained in:
Luke Tainton 2025-01-02 13:42:25 +00:00
parent c883b33e42
commit b4f9eea63a
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -32,7 +32,9 @@ jobs:
python-version: "${{ vars.PYTHON_VERSION }}"
- name: Ensure pipx is in PATH
run: pipx ensurepath
run: |
pipx ensurepath
export PATH=$PATH:/root/.local/bin
- name: Setup Poetry
uses: abatilo/actions-poetry@v4