From 46ab76562c2b208deffd8aeba839203fdab89a85 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 13 Oct 2023 15:24:26 -0700 Subject: [PATCH] (ci/cd testing) add langchain to testing --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 65b215e73..b2aa5125d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,6 +34,7 @@ jobs: pip install -Uq chromadb==0.3.29 pip install "boto3>=1.28.57" pip install appdirs + pip install langchain - save_cache: paths: - ./venv