mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 04:28:19 +00:00
ci(config.yml): remove check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user