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

View File

@ -32,7 +32,9 @@ jobs:
python-version: "${{ vars.PYTHON_VERSION }}" python-version: "${{ vars.PYTHON_VERSION }}"
- name: Ensure pipx is in PATH - name: Ensure pipx is in PATH
run: pipx ensurepath run: |
pipx ensurepath
export PATH=$PATH:/root/.local/bin
- name: Setup Poetry - name: Setup Poetry
uses: abatilo/actions-poetry@v4 uses: abatilo/actions-poetry@v4