forked from phoenix/litellm-mirror
fix ci/cd pipeline
This commit is contained in:
parent
86818ddffc
commit
a37f087b62
2 changed files with 3 additions and 1 deletions
|
@ -125,6 +125,7 @@ jobs:
|
||||||
pip install tiktoken
|
pip install tiktoken
|
||||||
pip install aiohttp
|
pip install aiohttp
|
||||||
pip install click
|
pip install click
|
||||||
|
pip install "boto3==1.34.34"
|
||||||
pip install jinja2
|
pip install jinja2
|
||||||
pip install tokenizers
|
pip install tokenizers
|
||||||
pip install openai
|
pip install openai
|
||||||
|
@ -287,6 +288,7 @@ jobs:
|
||||||
pip install "pytest==7.3.1"
|
pip install "pytest==7.3.1"
|
||||||
pip install "pytest-mock==3.12.0"
|
pip install "pytest-mock==3.12.0"
|
||||||
pip install "pytest-asyncio==0.21.1"
|
pip install "pytest-asyncio==0.21.1"
|
||||||
|
pip install "boto3==1.34.34"
|
||||||
pip install mypy
|
pip install mypy
|
||||||
pip install pyarrow
|
pip install pyarrow
|
||||||
pip install numpydoc
|
pip install numpydoc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue