mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
uv run tools
This commit is contained in:
parent
b799d59a19
commit
8e48a6765b
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -44,8 +44,8 @@ jobs:
|
||||
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||
export HIP_VISIBLE_DEVICES=0
|
||||
nvidia-smi || rocminfo || true
|
||||
pytest -v tests/unit
|
||||
uv run pytest -v tests/unit
|
||||
- name: Lint for errors
|
||||
run: |
|
||||
pylint --rcfile=.pylintrc comfy/
|
||||
pylint --rcfile=.pylintrc comfy_extras/
|
||||
uv run pylint --rcfile=.pylintrc comfy/
|
||||
uv run pylint --rcfile=.pylintrc comfy_extras/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user