mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 00:34:33 +02:00
@@ -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
Reference in New Issue
Block a user