add types-PyYAML to lint workflow

pull/9918/head
Stone Tickle 3 years ago committed by Daniel Mensinger
parent bd1c464f59
commit 5778429122
  1. 2
      .github/workflows/lint.yml

@ -42,5 +42,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: python -m pip install mypy
- run: python -m pip install mypy types-PyYAML
- run: python run_mypy.py

Loading…
Cancel
Save