mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Use uv instead of pip in development env (#113517)
This commit is contained in:
@ -32,8 +32,7 @@ def main() -> int | None:
|
||||
requirements = gather_recursive_requirements(args.integration)
|
||||
|
||||
cmd = [
|
||||
sys.executable,
|
||||
"-m",
|
||||
"uv",
|
||||
"pip",
|
||||
"install",
|
||||
"-c",
|
||||
|
Reference in New Issue
Block a user