install deps
This commit is contained in:
parent
ac51b2c799
commit
c7f573a93b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
|
@ -115,6 +115,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
- name: Install dependencies with uv
|
||||
run: uv sync --dev
|
||||
- name: Type check Python files with ty
|
||||
run: uvx ty check .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue