From 8e48a6765bef62facb83b18bf242d0fad5a29717 Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Wed, 21 May 2025 09:54:39 -0700 Subject: [PATCH] uv run tools --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb2dd68c0..879b1ee23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/