Use uv instead of pip in development env (#113517)

This commit is contained in:
Robert Resch
2024-05-21 09:56:31 +02:00
committed by GitHub
parent d44f949b19
commit 5e3483ac3c
9 changed files with 49 additions and 28 deletions

View File

@ -32,8 +32,7 @@ def main() -> int | None:
requirements = gather_recursive_requirements(args.integration)
cmd = [
sys.executable,
"-m",
"uv",
"pip",
"install",
"-c",