From eed3cee54bac29f43a49d218f02369ac2d678ffc Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 20 Nov 2024 17:45:50 -0800 Subject: [PATCH] fix pass through tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f10e09f46..e0a41310a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1093,6 +1093,7 @@ jobs: pip install "asyncio==3.4.3" pip install "PyGithub==1.59.1" pip install "google-cloud-aiplatform==1.59.0" + pip install anthropic - run: name: Build Docker image command: docker build -t my-app:latest -f ./docker/Dockerfile.database .