mirror of https://github.com/astral-sh/ruff
Update mypy_primer.yaml
This commit is contained in:
parent
bcb2bbc9ea
commit
bed33932ed
|
|
@ -114,8 +114,6 @@ jobs:
|
||||||
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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue