This commit is contained in:
Micha Reiser 2025-12-10 17:31:33 +01:00
parent b979eaed09
commit b32fd146e5
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -108,10 +108,14 @@ jobs:
name: mypy_primer_memory_diff name: mypy_primer_memory_diff
path: mypy_primer_memory.diff path: mypy_primer_memory.diff
# Runs mypy twice against the same ty version to catch any non-deterministic behavior (ideally).
# The job is disabled for now because there are some non-deterministic diagnostics.
mypy_primer_same_revision: mypy_primer_same_revision:
name: Run mypy_primer on same revision name: Run mypy_primer on same revision
runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-22.04-32' || 'ubuntu-latest' }} runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-22.04-32' || 'ubuntu-latest' }}
timeout-minutes: 20 timeout-minutes: 20
# TODO: Enable once we fixed the non-deterministic diagnostics
if: false
steps: steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with: with: