fix log to otel test

This commit is contained in:
Ishaan Jaff 2024-08-08 17:29:35 -07:00
parent 76785cfb6a
commit 1f43368110

View file

@ -283,7 +283,7 @@ jobs:
pip install aiohttp
pip install openai
python -m pip install --upgrade pip
python -m pip install -r .circleci/requirements.txt
pip install "pydantic==2.7.1"
pip install "pytest==7.3.1"
pip install "pytest-mock==3.12.0"
pip install "pytest-asyncio==0.21.1"