From 4f5222a90235c6d3a9fe58fc8c22b882f7e570e2 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 9 Mar 2024 18:40:47 -0800 Subject: [PATCH] (fix) ci/cd --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df4fbca78..2790b5539 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -202,12 +202,6 @@ workflows: version: 2 build_and_test: jobs: - - local_testing: - filters: - branches: - only: - - main - - /litellm_.*/ - build_and_test: filters: branches: @@ -222,7 +216,6 @@ workflows: - /litellm_.*/ - publish_to_pypi: requires: - - local_testing - build_and_test filters: branches: