fixed: more complete uv support (#2230)

* Previously, only `uv` installed inside a venv was properly handled. Now `uv` installed outside the venv is also supported.
* Even if `use_uv=False`, `uv` is used as a fallback when `pip` is unavailable.
* Even if `use_uv=True`, `pip` is used as a fallback when `uv` is unavailable.

https://github.com/Comfy-Org/ComfyUI-Manager/issues/2125
This commit is contained in:
Dr.Lt.Data
2025-10-18 08:15:14 +09:00
committed by GitHub
parent 1ab2b1aeb3
commit e0640e7014
2 changed files with 59 additions and 12 deletions

View File

@@ -9,4 +9,4 @@ lint.select = [
"F",
]
exclude = ["*.ipynb"]
exclude = ["*.ipynb", "tests"]