ci(config.yml): remove check

This commit is contained in:
Krrish Dholakia
2025-07-30 16:33:42 -07:00
parent 09cc748871
commit 2266938184
-10
View File
@@ -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