fix ci/cd

This commit is contained in:
ishaan-jaff 2023-08-17 13:34:39 -07:00
parent e5f9a2be53
commit a032b29ba5

View file

@ -8,7 +8,7 @@ jobs:
steps:
- checkout
- run:
- run:
name: Check if litellm dir was updated or if pyproject.toml was modified
command: |
if [ -n "$(git diff --name-only $CIRCLE_SHA1^..$CIRCLE_SHA1 | grep -E 'pyproject\.toml|litellm/')" ]; then