forked from phoenix/litellm-mirror
ci(config.yml): install pyyaml stubs
This commit is contained in:
parent
fbd8e8bc77
commit
468732947f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue