forked from phoenix/litellm-mirror
fix test streaming
This commit is contained in:
parent
187774ef5c
commit
f10aba1007
2 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,7 @@ jobs:
|
||||||
pip install "langfuse==2.7.3"
|
pip install "langfuse==2.7.3"
|
||||||
pip install numpydoc
|
pip install numpydoc
|
||||||
pip install traceloop-sdk==0.0.69
|
pip install traceloop-sdk==0.0.69
|
||||||
|
pip install nest-asyncio==1.6.0
|
||||||
pip install openai
|
pip install openai
|
||||||
pip install prisma
|
pip install prisma
|
||||||
pip install "httpx==0.24.1"
|
pip install "httpx==0.24.1"
|
||||||
|
|
|
@ -5,6 +5,9 @@ import sys, os, asyncio
|
||||||
import traceback
|
import traceback
|
||||||
import time, pytest
|
import time, pytest
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
|
import nest_asyncio
|
||||||
|
|
||||||
|
nest_asyncio.apply()
|
||||||
|
|
||||||
sys.path.insert(
|
sys.path.insert(
|
||||||
0, os.path.abspath("../..")
|
0, os.path.abspath("../..")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue