ci/cd run again

This commit is contained in:
Ishaan Jaff 2024-06-04 14:42:27 -07:00
parent c5dd47e71b
commit 8369988579
2 changed files with 3 additions and 7 deletions

View file

@ -43,7 +43,9 @@ jobs:
pip install "langfuse==2.27.1" pip install "langfuse==2.27.1"
pip install "logfire==0.29.0" pip install "logfire==0.29.0"
pip install numpydoc 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 openai
pip install prisma pip install prisma
pip install "httpx==0.24.1" pip install "httpx==0.24.1"

View file

@ -2185,12 +2185,6 @@ async def test_re_use_azure_async_client():
pytest.fail("got Exception", e) pytest.fail("got Exception", e)
# import asyncio
# asyncio.run(
# test_re_use_azure_async_client()
# )
def test_re_use_openaiClient(): def test_re_use_openaiClient():
try: try:
print("gpt-3.5 with client test\n\n") print("gpt-3.5 with client test\n\n")