From ea5199d56f513bff3f2892014e72e745271ed103 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Sun, 14 Sep 2025 11:31:03 -0400 Subject: [PATCH] Mitigate CI stall by excluding `materialize` from mypy_primer projects --- .github/workflows/mypy_primer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 6bddd58f8ded..3042255e2951 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -53,6 +53,7 @@ jobs: --custom-typeshed-repo typeshed_to_test \ --new-typeshed $GITHUB_SHA --old-typeshed upstream_main \ --num-shards 4 --shard-index ${{ matrix.shard-index }} \ + --project-selector '^((?!materialize).)*$' \ --debug \ --output concise \ | tee diff_${{ matrix.shard-index }}.txt