From 6b9cadd172f3108cb1ecb6a339172b1acd4e12e3 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 25 Aug 2025 19:24:27 -0700 Subject: [PATCH] daily stubtest: also pin to updated commit --- .github/workflows/daily.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 88e73adec5e5..229b2927cb42 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