Skip to content

Commit 7aa7cc9

Browse files
daily stubtest: also pin to updated commit (#14645)
1 parent 91e2ed0 commit 7aa7cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/daily.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
check-latest: true
5151
- name: Install dependencies
5252
run: pip install -r requirements-tests.txt
53+
# Temporary to get @disjoint_base support; can remove once mypy 1.18 is released
54+
- name: Install mypy from git
55+
run: pip install git+https://github.com/python/mypy.git@116b92bae7b5dbf5e6bd36fd9b0c6804973e5554
5356
- name: Run stubtest
5457
run: python tests/stubtest_stdlib.py
5558

0 commit comments

Comments
 (0)