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

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

View File

@ -36,8 +36,13 @@ jobs:
pipx ensurepath pipx ensurepath
export PATH=$PATH:/root/.local/bin export PATH=$PATH:/root/.local/bin
# - name: Setup Poetry
# uses: abatilo/actions-poetry@v4
- name: Setup Poetry - name: Setup Poetry
uses: abatilo/actions-poetry@v4 run: |
pipx install poetry
echo $PIPX_BIN_DIR >> $GITEA_PATH
- name: Setup virtual environment - name: Setup virtual environment
run: | run: |