change name

This commit is contained in:
Kevin Turcios 2025-10-15 02:23:06 -07:00
parent 936fbfdad0
commit 6060779c5c

View file

@ -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