forked from phoenix/litellm-mirror
build(config.yml): add pillow to ci/cd
This commit is contained in:
parent
1ebae6e7b0
commit
f168e35629
2 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,7 @@ jobs:
|
||||||
pip install prometheus-client==0.20.0
|
pip install prometheus-client==0.20.0
|
||||||
pip install "pydantic==2.7.1"
|
pip install "pydantic==2.7.1"
|
||||||
pip install "diskcache==5.6.1"
|
pip install "diskcache==5.6.1"
|
||||||
|
pip install "Pillow==10.3.0"
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ./venv
|
- ./venv
|
||||||
|
|
|
@ -14,7 +14,6 @@ from functools import partial
|
||||||
import dotenv, traceback, random, asyncio, time, contextvars
|
import dotenv, traceback, random, asyncio, time, contextvars
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
import httpx
|
import httpx
|
||||||
|
|
||||||
import litellm
|
import litellm
|
||||||
from ._logging import verbose_logger
|
from ._logging import verbose_logger
|
||||||
from litellm import ( # type: ignore
|
from litellm import ( # type: ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue