ci(config.yml): add google protobuf stubs

This commit is contained in:
Krrish Dholakia 2024-05-10 20:16:44 -07:00
parent 7a45c613a4
commit 6f2fb7f340

View file

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