Skip to content

Commit 7f1fdcf

Browse files
committed
Run primer in single-threaded mode to reduce memory usage
1 parent c6ca360 commit 7f1fdcf

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
@@ -55,6 +55,7 @@ jobs:
5555
--num-shards 10 --shard-index ${{ matrix.shard-index }} \
5656
--debug \
5757
--output concise \
58+
-j 1 \
5859
| tee diff_${{ matrix.shard-index }}.txt
5960
) || [ $? -eq 1 ]
6061
- if: ${{ matrix.shard-index == 0 }}

0 commit comments

Comments
 (0)