From 4aef0c209c6e64a7e6fbb4a369bdd861c5b283ef Mon Sep 17 00:00:00 2001 From: Alexsander Hamir Date: Tue, 27 Jan 2026 14:05:35 -0800 Subject: [PATCH] ci: streamline test dependencies for deployment jobs Adjusted test job requirements in CI workflow to optimize build pipeline performance and reduce dependency complexity for coverage and publishing tasks. --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d0fd0868538..4f4c117ef3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4176,7 +4176,6 @@ workflows: - search_testing - litellm_mapped_tests_proxy - litellm_mapped_tests_llms - - litellm_mapped_tests_core - litellm_mapped_tests_integrations - litellm_mapped_tests_litellm_core_utils - litellm_mapped_enterprise_tests @@ -4252,7 +4251,6 @@ workflows: - search_testing - litellm_mapped_tests_proxy - litellm_mapped_tests_llms - - litellm_mapped_tests_core - litellm_mapped_tests_integrations - litellm_mapped_tests_litellm_core_utils - litellm_mapped_enterprise_tests