uv run tools

This commit is contained in:
Benjamin Berman 2025-05-21 09:54:39 -07:00
parent b799d59a19
commit 8e48a6765b

View File

@ -44,8 +44,8 @@ jobs:
export HSA_OVERRIDE_GFX_VERSION=11.0.0 export HSA_OVERRIDE_GFX_VERSION=11.0.0
export HIP_VISIBLE_DEVICES=0 export HIP_VISIBLE_DEVICES=0
nvidia-smi || rocminfo || true nvidia-smi || rocminfo || true
pytest -v tests/unit uv run pytest -v tests/unit
- name: Lint for errors - name: Lint for errors
run: | run: |
pylint --rcfile=.pylintrc comfy/ uv run pylint --rcfile=.pylintrc comfy/
pylint --rcfile=.pylintrc comfy_extras/ uv run pylint --rcfile=.pylintrc comfy_extras/