From fa4a662cdca5b99cbd814e1b0d51dbb4d16b005e Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Sun, 14 Sep 2025 13:51:20 -0400 Subject: [PATCH] Revert "Mitigate CI stall by excluding `materialize` from mypy_primer projects" (#14721) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "Mitigate CI stall by excluding `materialize` from mypy_primer project…" This reverts commit 88973e3ad524263a23521741720c7634c0739d2c. --- .github/workflows/mypy_primer.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 3042255e2..6bddd58f8 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -53,7 +53,6 @@ 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