Skip to content

Commit 80fe601

Browse files
committed
Install types alongside mypy
1 parent 9a4a1e5 commit 80fe601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "🐍 Display Python version"
1717
run: "python --version"
1818
- name: "🐍 Install dependencies"
19-
run: "python -m pip install --user --pre black flake8 mypy"
19+
run: "python -m pip install --user --pre black flake8 mypy types-PyYAML"
2020
- name: "🐍 Run mypy"
2121
run: "python -m mypy ."
2222
- name: "🐍 Run flake8"

0 commit comments

Comments
 (0)