Updated config.yml

This commit is contained in:
Krish Dholakia 2023-12-09 10:23:36 -08:00
parent 4643a9ac18
commit c8eca35015

View file

@ -39,7 +39,6 @@ jobs:
pip install openai
pip install prisma
pip install langfuse
pip install "pydantic>=2.5"
- save_cache:
paths:
- ./venv
@ -62,6 +61,7 @@ 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