Skip to content

Commit 689a675

Browse files
authored
Merge pull request #58 from blink1073/update-langchain-again
Fix justfile target handling
2 parents 58241cd + b3dc907 commit 689a675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

langchain-python/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ just install
2525
export MONGODB_URI=$MONGODB_URI
2626
export OPENAI_API_KEY=$OPENAI_API_KEY
2727

28-
just test
28+
just tests
2929

3030
just integration_tests

langgraph-python/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ just install
2525
export MONGODB_URI=$MONGODB_URI
2626
export OPENAI_API_KEY=$OPENAI_API_KEY
2727

28-
just test
28+
just tests
2929

3030
just integration_tests

0 commit comments

Comments
 (0)