Skip to content

Commit

Permalink
checkout main sdk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 3, 2024
1 parent 162c412 commit bca028a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca028a

Please sign in to comment.