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 8799856019 - Show all commits

View File

@ -36,7 +36,7 @@ jobs:
# uses: abatilo/actions-poetry@v4 # uses: abatilo/actions-poetry@v4
- name: Setup Poetry - name: Setup Poetry
run: pipx install --global poetry run: PIPX_BIN_DIR=/usr/local/bin pipx install poetry
- name: Setup virtual environment - name: Setup virtual environment
run: | run: |