fix(ci): easier uv install
This commit is contained in:
parent
e12b39bda1
commit
675917796d
2 changed files with 4 additions and 4 deletions
6
.github/workflows/quality.yaml
vendored
6
.github/workflows/quality.yaml
vendored
|
|
@ -115,10 +115,10 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
- name: Install dependencies with mypy
|
||||
run: uv sync --dev
|
||||
- name: Install mypy
|
||||
run: uv tool install mypy
|
||||
- name: Type check Python files with mypy
|
||||
run: uv run mypy .
|
||||
run: mypy .
|
||||
|
||||
markdown-format:
|
||||
name: Markdown Format Check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue