mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
[red-knot] mypy_primer: use debug builds of red_knot (#17036)
## Summary Use a debug build instead of a release build in order to speed up mypy_primer runs. ## Test Plan Previous mypy_primer run: 5m 45s mypy_primer run on this branch: 3m 49s
This commit is contained in:
2
.github/workflows/mypy_primer.yaml
vendored
2
.github/workflows/mypy_primer.yaml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Install mypy_primer
|
||||
run: |
|
||||
uv tool install "git+https://github.com/astral-sh/mypy_primer.git@add-red-knot-support-v1"
|
||||
uv tool install "git+https://github.com/astral-sh/mypy_primer.git@add-red-knot-support-v2"
|
||||
|
||||
- name: Run mypy_primer
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user