diff --git a/.circleci/config.yml b/.circleci/config.yml index 38b844256..bbce7ce6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -311,6 +311,7 @@ workflows: - /litellm_.*/ - publish_to_pypi: requires: + - local_testing - build_and_test filters: branches: diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index e54617bd9..729bf7bd9 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -69,7 +69,7 @@ def test_completion_claude(): response = completion( model="claude-instant-1", messages=messages, request_timeout=10 ) - # Add any assertions, here to check response args + # Add any assertions here to check response args print(response) print(response.usage) print(response.usage.completion_tokens)