From beffa4e3984bd6862f8d278459ae146435ffd53f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 31 May 2024 08:31:21 -0700 Subject: [PATCH] ci/cd bump python v --- .circleci/config.yml | 2 +- litellm/tests/test_completion.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 618776b16..26d12b5b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 4.3.4 jobs: local_testing: docker: - - image: cimg/3.11 + - image: cimg/python:3.11 working_directory: ~/project steps: diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 98e495f45..c69fc1017 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -38,7 +38,7 @@ def reset_callbacks(): @pytest.mark.skip(reason="Local test") def test_response_model_none(): """ - Addresses: https://github.com/BerriAI/litellm/issues/2972 + Addresses:https://github.com/BerriAI/litellm/issues/2972 """ x = completion( model="mymodel",