diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 351c89b..35d1b4c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: python-version: "${{ vars.PYTHON_VERSION }}" - name: Setup Poetry uses: abatilo/actions-poetry@v3 - - run: pipx ensurepath + - name: Update PATH + run: PATH="/root/.local/bin:$PATH" - name: Install dependencies run: poetry install - name: Lint