forked from phoenix/litellm-mirror
ci/cd run again
This commit is contained in:
parent
c5dd47e71b
commit
8369988579
2 changed files with 3 additions and 7 deletions
|
@ -43,7 +43,9 @@ jobs:
|
|||
pip install "langfuse==2.27.1"
|
||||
pip install "logfire==0.29.0"
|
||||
pip install numpydoc
|
||||
pip install traceloop-sdk==0.21.1
|
||||
pip install opentelemetry-api==1.25.0
|
||||
pip install opentelemetry-sdk==1.25.0
|
||||
pip install opentelemetry-exporter-otlp==1.25.0
|
||||
pip install openai
|
||||
pip install prisma
|
||||
pip install "httpx==0.24.1"
|
||||
|
|
|
@ -2185,12 +2185,6 @@ async def test_re_use_azure_async_client():
|
|||
pytest.fail("got Exception", e)
|
||||
|
||||
|
||||
# import asyncio
|
||||
# asyncio.run(
|
||||
# test_re_use_azure_async_client()
|
||||
# )
|
||||
|
||||
|
||||
def test_re_use_openaiClient():
|
||||
try:
|
||||
print("gpt-3.5 with client test\n\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue