One more try

This commit is contained in:
Eric Traut 2024-07-17 12:52:03 -07:00
parent 54b2ebc96d
commit 495ce99d27
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ jobs:
--num-shards 8 --shard-index ${{ matrix.shard-index }} \
--debug \
--output concise \
--additional-flags "--threads" \
--additional-flags --threads \
| tee diff_${{ matrix.shard-index }}.txt
) || [ $? -eq 1 ]
- name: Upload mypy_primer diff

View File

@ -56,7 +56,7 @@ jobs:
--new $GITHUB_SHA \
--debug \
--output concise \
--additional-flags "--threads" \
--additional-flags --threads \
| tee diff.txt
) || [ $? -eq 1 ]
- name: Upload mypy_primer diff