fix prom testing

This commit is contained in:
Ishaan Jaff 2024-10-14 17:23:40 +05:30
parent 603299e3c8
commit c677fea7e8

View file

@ -568,6 +568,7 @@ jobs:
pip install "pytest-asyncio==0.21.1"
pip install aiohttp
pip install "openai==1.51.0"
python -m pip install -r requirements.txt
python -m pip install --upgrade pip
pip install "pydantic==2.7.1"
pip install "pytest==7.3.1"