Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jan 22, 2025
1 parent 5b91f0f commit 0837f44
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 --depth=1 -b bagatur/dynamic_version 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 0837f44

Please sign in to comment.