File tree 2 files changed +12
-16
lines changed
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)
15
15
# shellcheck disable=SC2164
16
16
cd libs/langchain-mongodb
17
17
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
20
20
21
- pip install poetry
21
+ pip install uv rust-just
22
22
23
- poetry lock
24
-
25
- poetry install --with dev
23
+ just install
26
24
27
25
export MONGODB_URI=$MONGODB_URI
28
26
export OPENAI_API_KEY=$OPENAI_API_KEY
29
27
30
- make test
28
+ just test
31
29
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)
15
15
# shellcheck disable=SC2164
16
16
cd libs/langgraph-checkpoint-mongodb
17
17
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
20
20
21
- pip install poetry
21
+ pip install uv rust-just
22
22
23
- poetry lock
24
-
25
- poetry install --with dev
23
+ just install
26
24
27
25
export MONGODB_URI=$MONGODB_URI
28
26
export OPENAI_API_KEY=$OPENAI_API_KEY
29
27
30
- make test
28
+ just test
31
29
32
- make integration_test
30
+ just integration_tests
You can’t perform that action at this time.
0 commit comments