Updated config.yml

This commit is contained in:
Krish Dholakia 2023-12-09 11:00:40 -08:00
parent 875b7d1c7f
commit 4d0615391b

View file

@ -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