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