forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue