Skip to content

Commit 5a632a4

Browse files
committed
Also install test-requirements when running mypy, because we check the test code, too.
1 parent c9d7687 commit 5a632a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Install dependencies
1818
run: |
19-
python -m pip install -c ci-constraints.txt . -r mypy-requirements.txt
19+
python -m pip install -c ci-constraints.txt . -r mypy-requirements.txt -r test-requirements.txt
2020
2121
- name: Run MyPy
2222
run: |

0 commit comments

Comments
 (0)