fix install

This commit is contained in:
Ishaan Jaff
2025-09-08 18:30:01 -07:00
parent 68d250973c
commit a0b380a296
+2 -1
View File
@@ -569,7 +569,7 @@ jobs:
pip install "pytest-asyncio==0.21.1"
pip install aiohttp
python -m pip install --upgrade pip
python -m pip install -r .circleci/requirements.txt
python -m pip install -r requirements.txt
pip install "pytest==7.3.1"
pip install "pytest-retry==1.6.3"
pip install "pytest-mock==3.12.0"
@@ -595,6 +595,7 @@ jobs:
pip install "PyGithub==1.59.1"
pip install "openai==1.100.1"
pip install "pytest-cov==5.0.0"
pip install "apscheduler"
- run:
name: Install dockerize
command: |