forked from phoenix/litellm-mirror
ci/cd bump python v
This commit is contained in:
parent
becae4ba1f
commit
beffa4e398
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: 4.3.4
|
||||||
jobs:
|
jobs:
|
||||||
local_testing:
|
local_testing:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/3.11
|
- image: cimg/python:3.11
|
||||||
working_directory: ~/project
|
working_directory: ~/project
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -38,7 +38,7 @@ def reset_callbacks():
|
||||||
@pytest.mark.skip(reason="Local test")
|
@pytest.mark.skip(reason="Local test")
|
||||||
def test_response_model_none():
|
def test_response_model_none():
|
||||||
"""
|
"""
|
||||||
Addresses: https://github.com/BerriAI/litellm/issues/2972
|
Addresses:https://github.com/BerriAI/litellm/issues/2972
|
||||||
"""
|
"""
|
||||||
x = completion(
|
x = completion(
|
||||||
model="mymodel",
|
model="mymodel",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue