build(config.yml): pip install mypy

This commit is contained in:
Krrish Dholakia 2024-04-04 10:29:12 -07:00
parent 468732947f
commit ae96c2cfbd

View file

@ -18,7 +18,7 @@ jobs:
name: Linting Testing
command: |
cd litellm
python -m pip install types-requests types-setuptools types-redis types-PyYAML
python -m pip install mypy types-requests types-setuptools types-redis types-PyYAML
if ! python -m mypy . --ignore-missing-imports; then
echo "mypy detected errors"
exit 1