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 openai
|
||||||
pip install prisma
|
pip install prisma
|
||||||
pip install langfuse
|
pip install langfuse
|
||||||
|
pip install "pydantic>=2.5"
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ./venv
|
- ./venv
|
||||||
|
@ -61,7 +62,6 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
pip show pydantic
|
|
||||||
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
|
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
|
||||||
no_output_timeout: 120m
|
no_output_timeout: 120m
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue