diff --git a/Makefile b/Makefile index 477e6923..eabd8090 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install-vercel-deps: PYTHON = .venv/bin/python build-api-ref: - git clone -b bagatur/update_py_api_ref --depth=1 https://github.com/langchain-ai/langsmith-sdk.git + git clone --depth=1 https://github.com/langchain-ai/langsmith-sdk.git python3 -m venv .venv . .venv/bin/activate $(PYTHON) -m pip install --upgrade pip