fix(ci): fix constantly failing CI #450
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user