forked from phoenix/litellm-mirror
ci/cd run again
This commit is contained in:
parent
d134216db3
commit
3408035ed6
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: 4.3.4
|
|||
jobs:
|
||||
local_testing:
|
||||
docker:
|
||||
- image: circleci/python:3.11.8
|
||||
- image: circleci/python:3.11
|
||||
working_directory: ~/project
|
||||
|
||||
steps:
|
||||
|
|
|
@ -11,7 +11,7 @@ import os, io
|
|||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the, system path
|
||||
) # Adds the parent directory to the system path
|
||||
import pytest, litellm
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
from litellm.proxy.proxy_server import ProxyConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue