From 57d9909ccb2da57b035c33302269192ec8ae1cde Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 22 Nov 2024 12:49:57 -0600 Subject: [PATCH] INTPYTHON-425 Fix langchain-mongodb test invocation (#49) --- langchain-python/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain-python/run.sh b/langchain-python/run.sh index 568f4e4..04aa371 100644 --- a/langchain-python/run.sh +++ b/langchain-python/run.sh @@ -18,7 +18,7 @@ pip install poetry poetry lock --no-update -poetry install --with test --with test_integration +poetry install --with dev MONGODB_ATLAS_URI=$(fetch_local_atlas_uri)