diff --git a/.circleci/config.yml b/.circleci/config.yml index 502f3a1b8..df4fbca78 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,15 +19,12 @@ jobs: pip install jinja2 pip install tokenizers pip install openai - - run: - name: Check if litellm dir was updated or if pyproject.toml was modified - run: name: Run tests command: | pwd ls python -m pytest -vv litellm/tests/test_python_38.py - no_output_timeout: 120m build_and_test: machine: