retry workflow

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-27 17:30:11 +02:00
parent e48f879242
commit 17cf58d87a
+1 -4
View File
@@ -63,11 +63,8 @@ jobs:
- name: pylint
run: uv run --active pylint --disable W0511 *.py modules/ pipelines/ scripts/ extensions-builtin/
- name: install-runtime-deps
run: uv sync
- name: test-run
run: uv run python launch.py --test --uv
run: ./webui.sh --test --uv
- name: pre-commit-run
run: uv run --active pre-commit run --all-files