daily stubtest: also pin to updated commit (#14645)

This commit is contained in:
Jelle Zijlstra
2025-08-25 23:31:07 -07:00
committed by GitHub
parent 91e2ed0953
commit 7aa7cc914f
+3
View File
@@ -50,6 +50,9 @@ jobs:
check-latest: true
- name: Install dependencies
run: pip install -r requirements-tests.txt
# Temporary to get @disjoint_base support; can remove once mypy 1.18 is released
- name: Install mypy from git
run: pip install git+https://github.com/python/mypy.git@116b92bae7b5dbf5e6bd36fd9b0c6804973e5554
- name: Run stubtest
run: python tests/stubtest_stdlib.py