From 4543dbb2e22f01688bbf6b7e0c528f8f0fad79cb Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 7 Aug 2024 15:44:36 -0700 Subject: [PATCH] fixinstalling openai on ci/cd --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1348b12cc..385c913981 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -165,7 +165,6 @@ jobs: pip install "pytest==7.3.1" pip install "pytest-asyncio==0.21.1" pip install aiohttp - pip install "openai==1.40.0" python -m pip install --upgrade pip python -m pip install -r .circleci/requirements.txt pip install "pytest==7.3.1" @@ -190,6 +189,7 @@ jobs: pip install "aiodynamo==23.10.1" pip install "asyncio==3.4.3" pip install "PyGithub==1.59.1" + pip install "openai==1.40.0" # Run pytest and generate JUnit XML report - run: name: Build Docker image