Skip to content

Commit 6411846

Browse files
committed
Added test_integration dependencies to langchain run.sh
1 parent 1d6ced0 commit 6411846

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

langchain-python/run.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ PYTHON_BINARY=$(find_python3)
99

1010
cd libs/partners/mongodb
1111

12-
$PYTHON_BINARY -m venv .
13-
source ./bin/activate
12+
$PYTHON_BINARY -m venv venv_pipeline
13+
source venv_pipeline/bin/activate
1414

1515
pip install poetry
1616

17-
poetry install --with test
17+
poetry lock --no-update
18+
19+
poetry install --with test --with test_integration
1820

1921
export MONGODB_ATLAS_URI=$(fetch_local_atlas_uri)
22+
export OPENAI_API_KEY=$openai_api_key
2023

2124
make test
2225

0 commit comments

Comments
 (0)