From d648cd6c0f9256aa6e9b451b9e76b4dab39c03c5 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 9 Mar 2024 18:37:56 -0800 Subject: [PATCH] (fix) config.yml --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) 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: