mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 02:19:37 +00:00
ci(config.yml): add google protobuf stubs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user