Skip to content

Commit

Permalink
INTPYTHON-425 Fix langchain-mongodb test invocation (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 22, 2024
1 parent ff7b173 commit 57d9909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain-python/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 57d9909

Please sign in to comment.