From 5b37548c752563f773413c5d7fe9941d594daabc Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Sat, 7 Sep 2024 11:04:25 -0500 Subject: [PATCH] 2nd try --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b117865..5d2e1b30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,6 @@ jobs: lint: name: Lint runs-on: ubuntu-latest - env: - UV_SYSTEM_PYTHON: 1 steps: - uses: actions/checkout@v4 - name: Use Just for running commands @@ -31,7 +29,7 @@ jobs: uv sync --inexact --frozen - name: Run linting run: | - PYTHON_CMD_PREFIX="" NODE_CMD_PREFIX="" just lint + PATH=$(pwd)/.venv/bin/:${PATH} just lint env: SECRET_KEY: secret-key-for-testing-only DEBUG: on