Skip to content

Commit 5f850af

Browse files
authored
Upgrade daily stubtest workflow to stubtest 0.920 (#6615)
1 parent 3e49ed7 commit 5f850af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/stubtest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
- name: Update pip
3535
run: python -m pip install -U pip
3636
- name: Install dependencies
37-
# Temporarily hard-code the mypy version used for stubtest
38-
# run: pip install $(grep tomli== requirements-tests.txt) (grep mypy== requirements-tests.txt)
39-
run: pip install mypy==0.910
37+
run: pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt)
4038
- name: Run stubtest
4139
run: python tests/stubtest_stdlib.py
4240

0 commit comments

Comments
 (0)