Skip to content

Commit 822fe13

Browse files
authored
Use the pinned mypy version
1 parent 46eacd1 commit 822fe13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Test with unittest
3434
run: |
3535
python -m unittest discover test/
36-
# mypy
37-
pip install mypy==0.812
36+
# use the pinned mypy version
37+
pip install -r requirements-dev.txt
3838
mypy .

0 commit comments

Comments
 (0)