Skip to content

Commit 24afddd

Browse files
committed
TEMPORARY: enable --local-partial-types in mypy_primer
1 parent a64fe4d commit 24afddd

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
@@ -66,6 +66,7 @@ jobs:
6666
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
6767
--debug \
6868
--additional-flags="--debug-serialize" \
69+
--additional-flags="--local-partial-types" \
6970
--output concise \
7071
| tee diff_${{ matrix.shard-index }}.txt
7172
) || [ $? -eq 1 ]

0 commit comments

Comments
 (0)