diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 3042255e2951..6bddd58f8ded 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