From 090b32723023d57d31972fdd9c5a4a20a754c4cb Mon Sep 17 00:00:00 2001 From: Andy Shapiro Date: Thu, 16 Jan 2025 16:04:37 -0500 Subject: [PATCH] remove uv pip install --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0b053eeff6..d60390bbf4 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,6 @@ export PRINT_HELP_PYSCRIPT BROWSER := python -c "$$BROWSER_PYSCRIPT" sync-dev: ## Sync dev environment after code checkout - python -m pip install -U pip uv uv pip install -e ".[dev,docs]" uv pip install -e client yarn --cwd frontend