retry workflow

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-27 17:19:29 +02:00
parent b1bb1cfe2d
commit 4c41226651
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
run: uv run --active pylint --disable W0511 *.py modules/ pipelines/ scripts/ extensions-builtin/
- name: install-runtime-deps
run: uv pip install setuptools==69.5.1 --active
run: uv run --active pip install setuptools==69.5.1
- name: test-run
run: uv run --active python launch.py --test --uv