From c544c5478547630aa9f386cd90fdacfc00216f32 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Tue, 31 Dec 2024 22:46:24 +0000 Subject: [PATCH] chore(ci): update PATH --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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