mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
Mitigate CI stall by excluding materialize from mypy_primer projects (#14720)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user