ci(config.yml): install pyyaml stubs

This commit is contained in:
Krrish Dholakia 2024-04-04 10:27:57 -07:00
parent fbd8e8bc77
commit 468732947f

View file

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