change name
This commit is contained in:
parent
936fbfdad0
commit
6060779c5c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mypy_aiservice.yml
vendored
4
.github/workflows/mypy_aiservice.yml
vendored
|
|
@ -32,8 +32,8 @@ jobs:
|
|||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Install project dependencies
|
||||
run: uv venv --seed # make pip is available for mypy
|
||||
- name: ensure pip is available for mypy
|
||||
run: uv venv --seed
|
||||
- name: Install project dependencies
|
||||
run: uv sync
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue