fix(ci): fix constantly failing CI #450

Merged
luke merged 27 commits from fix-cicd into main 2025-01-02 18:05:16 +01:00
Showing only changes of commit 759efc8da9 - Show all commits

View File

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