retry workflow

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-27 17:09:01 +02:00
parent c66367b3ab
commit b1bb1cfe2d
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -23,7 +23,7 @@ jobs:
python-version: 3.12.3
- name: install-python-deps
run: uv pip install ruff pylint pre-commit setuptools==69.5.1 --system
run: uv pip install ruff pylint pre-commit --system
- name: setup-node
uses: actions/setup-node@main
@@ -63,6 +63,9 @@ jobs:
- name: pylint
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
- name: test-run
run: uv run --active python launch.py --test --uv
+1 -1
Submodule wiki updated: 32fb5fb3ca...d11c0ea0f0