fix(config.yml): fix build and test

This commit is contained in:
Krrish Dholakia 2024-08-07 13:23:04 -07:00
parent c0ef2e9dd0
commit 55ad5bb7c6

View file

@ -165,7 +165,7 @@ jobs:
pip install "pytest==7.3.1"
pip install "pytest-asyncio==0.21.1"
pip install aiohttp
pip install openai
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"