forked from phoenix/litellm-mirror
(fix) config.yml
This commit is contained in:
parent
578d1ef3c6
commit
d648cd6c0f
1 changed files with 0 additions and 3 deletions
|
@ -19,15 +19,12 @@ jobs:
|
||||||
pip install jinja2
|
pip install jinja2
|
||||||
pip install tokenizers
|
pip install tokenizers
|
||||||
pip install openai
|
pip install openai
|
||||||
- run:
|
|
||||||
name: Check if litellm dir was updated or if pyproject.toml was modified
|
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
python -m pytest -vv litellm/tests/test_python_38.py
|
python -m pytest -vv litellm/tests/test_python_38.py
|
||||||
no_output_timeout: 120m
|
|
||||||
|
|
||||||
build_and_test:
|
build_and_test:
|
||||||
machine:
|
machine:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue