Skip to content

Commit 88973e3

Browse files
Mitigate CI stall by excluding materialize from mypy_primer projects (#14720)
1 parent 4b0623f commit 88973e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
--custom-typeshed-repo typeshed_to_test \
5454
--new-typeshed $GITHUB_SHA --old-typeshed upstream_main \
5555
--num-shards 4 --shard-index ${{ matrix.shard-index }} \
56+
--project-selector '^((?!materialize).)*$' \
5657
--debug \
5758
--output concise \
5859
| tee diff_${{ matrix.shard-index }}.txt

0 commit comments

Comments
 (0)