mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
ci(config.yml): add google protobuf stubs
This commit is contained in:
parent
7a45c613a4
commit
6f2fb7f340
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue