From c51d25b063ba6dc242926c0b1007e575f730e4ba Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 9 Mar 2024 18:45:27 -0800 Subject: [PATCH] (ci/cd) test --- .circleci/config.yml | 1 + litellm/tests/test_completion.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)