From ef127e37b2a1f9b9aacf5b06852f9b2d1efc7d9d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 27 May 2026 17:22:13 +0200 Subject: [PATCH] retry workflow Signed-off-by: Vladimir Mandic --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a8f9f3fff..e39041553 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -64,10 +64,10 @@ jobs: run: uv run --active pylint --disable W0511 *.py modules/ pipelines/ scripts/ extensions-builtin/ - name: install-runtime-deps - run: uv run --active pip install setuptools==69.5.1 + run: uv pip install setuptools==69.5.1 - name: test-run - run: uv run --active python launch.py --test --uv + run: uv run python launch.py --test --uv - name: pre-commit-run run: uv run --active pre-commit run --all-files