mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 01:04:54 +00:00
Updated config.yml
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
command: |
|
||||
cd litellm
|
||||
python -m pip install types-requests types-setuptools types-redis
|
||||
if ! python -m mypy . --ignore-missing-imports; then
|
||||
if ! python -m mypy . --ignore-missing-imports --explicit-package-bases; then
|
||||
echo "mypy detected errors"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user