Skip to content

Commit 9ebc928

Browse files
committed
set MONGODB_ATLAS_URI
1 parent f9d801f commit 9ebc928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

langchain-python/run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ pip install poetry
1616

1717
poetry install --with test
1818

19+
export MONGODB_ATLAS_URI=$($atlas deployments connect $DIR --connectWith connectionString)
20+
1921
make test
2022

21-
make integration_test
23+
make integration_test

0 commit comments

Comments
 (0)