forked from phoenix/litellm-mirror
Updated config.yml
This commit is contained in:
parent
875b7d1c7f
commit
4d0615391b
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,7 @@ jobs:
|
|||
pip install openai
|
||||
pip install prisma
|
||||
pip install langfuse
|
||||
pip install "pydantic>=2.5"
|
||||
- save_cache:
|
||||
paths:
|
||||
- ./venv
|
||||
|
@ -61,7 +62,6 @@ jobs:
|
|||
command: |
|
||||
pwd
|
||||
ls
|
||||
pip show pydantic
|
||||
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
|
||||
no_output_timeout: 120m
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue