From 60569bd793c894251fb2b8b4f1ad34a89a7c6b27 Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Thu, 25 Sep 2025 17:06:00 +0100 Subject: [PATCH] Install librt in mypy_primer --- .github/workflows/mypy_primer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 1ff984247fb6..8a04c75b0e2e 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -67,6 +67,7 @@ jobs: --debug \ --additional-flags="--debug-serialize" \ --output concise \ + --mypy-install-librt \ | tee diff_${{ matrix.shard-index }}.txt ) || [ $? -eq 1 ] - if: ${{ matrix.shard-index == 0 }}