forked from phoenix/litellm-mirror
run ci - cd again
This commit is contained in:
parent
05e02fbe76
commit
30137b0b72
2 changed files with 1 additions and 23 deletions
|
@ -134,32 +134,10 @@ jobs:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -r .circleci/requirements.txt
|
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
pip install "pytest==7.3.1"
|
pip install "pytest==7.3.1"
|
||||||
pip install "pytest-retry==1.6.3"
|
pip install "pytest-retry==1.6.3"
|
||||||
pip install "pytest-asyncio==0.21.1"
|
pip install "pytest-asyncio==0.21.1"
|
||||||
pip install tiktoken
|
|
||||||
pip install aiohttp
|
|
||||||
pip install click
|
|
||||||
pip install mypy
|
|
||||||
pip install pyarrow
|
|
||||||
pip install numpydoc
|
|
||||||
pip install openai==1.40.0
|
|
||||||
pip install prisma==0.11.0
|
|
||||||
pip install "httpx==0.24.1"
|
|
||||||
pip install "respx==0.21.1"
|
|
||||||
pip install fastapi
|
|
||||||
pip install "gunicorn==21.2.0"
|
|
||||||
pip install "anyio==4.2.0"
|
|
||||||
pip install "aiodynamo==23.10.1"
|
|
||||||
pip install "asyncio==3.4.3"
|
|
||||||
pip install "apscheduler==3.10.4"
|
|
||||||
pip install "pytest-mock==3.12.0"
|
|
||||||
pip install python-multipart
|
|
||||||
pip install "pydantic==2.7.1"
|
|
||||||
pip install "jsonschema==4.22.0"
|
|
||||||
pip install "backoff==2.2.1"
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ./venv
|
- ./venv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue