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

This commit is contained in:
Luke Tainton 2025-01-02 13:54:41 +00:00
parent 793f046862
commit 759efc8da9
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -34,21 +34,21 @@ jobs:
- name: Ensure pipx is in PATH
run: |
cat $HOME/.profile
pipx ensurepath
export PATH=$PATH:/root/.local/bin
cat $HOME/.profile
# - name: Setup Poetry
# uses: abatilo/actions-poetry@v4
- name: Setup Poetry
run: |
pipx install poetry
echo $PIPX_BIN_DIR >> $GITEA_PATH
uses: abatilo/actions-poetry@v4
# - name: Setup Poetry
# run: |
# pipx install poetry
# echo $PIPX_BIN_DIR >> $GITEA_PATH
- name: Setup virtual environment
run: |
cat $HOME/.profile
echo $PATH
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local