Skip to content

Commit b4e5f8d

Browse files
authored
Pin mypy (#3732)
1 parent 2f5ea60 commit b4e5f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
107107

108108
- name: Install tools
109-
run: pip install mypy flake8
109+
run: pip install mypy~=1.10.0 flake8
110110

111111
- name: Flake8
112112
run: make lint

0 commit comments

Comments
 (0)