From 22669381841d3c5aaad03efe4f21f8d0221bbd2c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 30 Jul 2025 16:33:42 -0700 Subject: [PATCH] ci(config.yml): remove check --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a25007bed0..5b615bd7b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2502,16 +2502,6 @@ jobs: command: | cp model_prices_and_context_window.json litellm/model_prices_and_context_window_backup.json - - run: - name: Check if litellm dir, tests dir, or pyproject.toml was modified - command: | - if [ -n "$(git diff --name-only $CIRCLE_SHA1^..$CIRCLE_SHA1 | grep -E 'pyproject\.toml|litellm/|tests/')" ]; then - echo "litellm, tests, or pyproject.toml updated" - else - echo "No changes to litellm, tests, or pyproject.toml. Skipping PyPI publish." - circleci step halt - fi - - run: name: Checkout code command: git checkout $CIRCLE_SHA1