Skip to content

Commit 78acb3e

Browse files
committed
allow mypy to seed
1 parent 7858f6c commit 78acb3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mypy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v6
2525
with:
26-
version: "0.5.30"
26+
version: "latest"
2727

2828
- name: sync uv
2929
run: |
30+
uv venv --seed
3031
uv sync
3132
3233

0 commit comments

Comments
 (0)