mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:23 +00:00
[red-knot] Install mypy_primer from specific Git tag (#17035)
## Summary Instead of installing from a branch, install mypy_primer from a specific Git tag in order to make changes to the pipeline explicit.
This commit is contained in:
parent
3acf4e716d
commit
b90741fb92
1 changed files with 1 additions and 1 deletions
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"
|
||||
uv tool install "git+https://github.com/astral-sh/mypy_primer.git@add-red-knot-support-v1"
|
||||
|
||||
- name: Run mypy_primer
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue