From f8cf5457717e7e48fe449321bc39d18343e08a2c Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 13 Nov 2025 14:11:55 +1100 Subject: [PATCH] PATH --- .forgejo/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ce6926b..f141350 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -21,17 +21,13 @@ jobs: run: | pipx install poetry==1.8.3 /root/.local/bin/poetry --version + echo "$HOME/.local/bin" >> "$GITHUB_PATH" - name: Install project deps (including test extras) - env: - PATH: ${{ env.PATH }}:/root/.local/bin run: | poetry install --with test - name: Run test script - env: - PATH: ${{ env.PATH }}:/root/.local/bin run: | - chmod +x ./tests.sh ./tests.sh