From ff8a6d7cea9fbe647e7d4bea4411bf27259cd94b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 24 Mar 2025 16:41:50 -0700 Subject: [PATCH] litellm_utils_testing --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e131b70b6e..d1632ae584 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -870,6 +870,7 @@ jobs: name: Install Dependencies command: | python -m pip install --upgrade pip + pip install numpydoc python -m pip install -r requirements.txt pip install "respx==0.21.1" pip install "pytest==7.3.1" @@ -878,7 +879,6 @@ jobs: pip install "pytest-cov==5.0.0" pip install "google-generativeai==0.3.2" pip install "google-cloud-aiplatform==1.43.0" - pip install numpydoc # Run pytest and generate JUnit XML report - run: name: Run tests