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