We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f2b29 commit c058b09Copy full SHA for c058b09
.github/workflows/mypy_primer.yml
@@ -67,6 +67,7 @@ jobs:
67
--debug \
68
--additional-flags="--debug-serialize" \
69
--output concise \
70
+ --mypy-install-librt \
71
| tee diff_${{ matrix.shard-index }}.txt
72
) || [ $? -eq 1 ]
73
- if: ${{ matrix.shard-index == 0 }}
0 commit comments