fix(ci): ensure pipx is in PATH 3
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 45s
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 45s
This commit is contained in:
parent
b4f9eea63a
commit
71254deb9d
@ -36,8 +36,13 @@ jobs:
|
||||
pipx ensurepath
|
||||
export PATH=$PATH:/root/.local/bin
|
||||
|
||||
# - name: Setup Poetry
|
||||
# uses: abatilo/actions-poetry@v4
|
||||
|
||||
- name: Setup Poetry
|
||||
uses: abatilo/actions-poetry@v4
|
||||
run: |
|
||||
pipx install poetry
|
||||
echo $PIPX_BIN_DIR >> $GITEA_PATH
|
||||
|
||||
- name: Setup virtual environment
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user