diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3768cd47d..68f4e5d2f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -64,7 +64,7 @@ jobs: run: uv run --active pylint --disable W0511 *.py modules/ pipelines/ scripts/ extensions-builtin/ - name: test-run - run: uv run --active --system-site-packages python launch.py --test --uv + run: uv run --active python launch.py --test --uv - name: pre-commit-run run: uv run --active pre-commit run --all-files