Skip to content

Commit 5778429

Browse files
annacrombiemensinda
authored andcommitted
add types-PyYAML to lint workflow
1 parent bd1c464 commit 5778429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- uses: actions/setup-python@v2
4343
with:
4444
python-version: '3.x'
45-
- run: python -m pip install mypy
45+
- run: python -m pip install mypy types-PyYAML
4646
- run: python run_mypy.py

0 commit comments

Comments
 (0)