File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,16 @@ PYTHON_BINARY=$(find_python3)
1515# shellcheck disable=SC2164
1616cd libs/langchain-mongodb
1717
18- $PYTHON_BINARY -m venv venv_pipeline
19- source venv_pipeline/bin/activate
18+ $PYTHON_BINARY -m venv venv_pipeline
19+ source venv_pipeline/bin/activate
2020
21- pip install poetry
21+ pip install uv rust-just
2222
23- poetry lock
24-
25- poetry install --with dev
23+ just install
2624
2725export MONGODB_URI=$MONGODB_URI
2826export OPENAI_API_KEY=$OPENAI_API_KEY
2927
30- make test
28+ just test
3129
32- make integration_test
30+ just integration_tests
Original file line number Diff line number Diff line change @@ -15,18 +15,16 @@ PYTHON_BINARY=$(find_python3)
1515# shellcheck disable=SC2164
1616cd libs/langgraph-checkpoint-mongodb
1717
18- $PYTHON_BINARY -m venv venv_pipeline
19- source venv_pipeline/bin/activate
18+ $PYTHON_BINARY -m venv venv_pipeline
19+ source venv_pipeline/bin/activate
2020
21- pip install poetry
21+ pip install uv rust-just
2222
23- poetry lock
24-
25- poetry install --with dev
23+ just install
2624
2725export MONGODB_URI=$MONGODB_URI
2826export OPENAI_API_KEY=$OPENAI_API_KEY
2927
30- make test
28+ just test
3129
32- make integration_test
30+ just integration_tests
You can’t perform that action at this time.
0 commit comments