Skip to content

Commit 6496ab5

Browse files
committed
INTPYTHON-425 Fix langchain-mongodb test invocation
1 parent ff7b173 commit 6496ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain-python/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip install poetry
1818

1919
poetry lock --no-update
2020

21-
poetry install --with test --with test_integration
21+
poetry install --with dev
2222

2323
MONGODB_ATLAS_URI=$(fetch_local_atlas_uri)
2424

0 commit comments

Comments
 (0)