From b3dc9078653764ccadf2bfb98440b43c2c6e62ae Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 9 Jan 2025 20:07:30 -0600 Subject: [PATCH] Fix justfile target handling --- langchain-python/run.sh | 2 +- langgraph-python/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/langchain-python/run.sh b/langchain-python/run.sh index 7a8556c..74974f2 100644 --- a/langchain-python/run.sh +++ b/langchain-python/run.sh @@ -25,6 +25,6 @@ just install export MONGODB_URI=$MONGODB_URI export OPENAI_API_KEY=$OPENAI_API_KEY -just test +just tests just integration_tests diff --git a/langgraph-python/run.sh b/langgraph-python/run.sh index 19b085e..501a8ab 100644 --- a/langgraph-python/run.sh +++ b/langgraph-python/run.sh @@ -25,6 +25,6 @@ just install export MONGODB_URI=$MONGODB_URI export OPENAI_API_KEY=$OPENAI_API_KEY -just test +just tests just integration_tests