mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Updated config.yml
This commit is contained in:
parent
4a5dae3941
commit
d3d8b86eaa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
cd litellm
|
cd litellm
|
||||||
python -m pip install types-requests types-setuptools types-redis
|
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"
|
echo "mypy detected errors"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue