From 7aa7cc914f776135160699c74ad2f25d284f0d76 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 25 Aug 2025 23:31:07 -0700 Subject: [PATCH] daily stubtest: also pin to updated commit (#14645) --- .github/workflows/daily.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 88e73adec..229b2927c 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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