Skip to content

Commit b3dc907

Browse files
committed
Fix justfile target handling
1 parent 58241cd commit b3dc907

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)