mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 18:25:22 +00:00
fix install
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user