fix pass through tests

This commit is contained in:
Ishaan Jaff 2024-11-20 17:45:50 -08:00
parent 61fee8eca2
commit eed3cee54b

View file

@ -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 .