From 7b8353e5c662632cb423277fdd6cbbe8aa9bcf0b Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 23 Jan 2024 16:52:08 -0800 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2433c7ad..b923a73b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,6 +114,7 @@ jobs: pip install "pytest==7.3.1" pip install "pytest-asyncio==0.21.1" pip install aiohttp + pip install openai # Run pytest and generate JUnit XML report - run: name: Build Docker image