Skip to content

Commit b9598a3

Browse files
committed
need to install project dependencies first
1 parent b2c1c0f commit b9598a3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ jobs:
2929
- name: Run ruff format
3030
run: uvx ruff format --check --diff
3131

32+
- name: Install dependencies
33+
run: uv sync
34+
3235
- name: Run type check
33-
run: uvx ty check src
36+
run: uvx ty check --python .venv src

0 commit comments

Comments
 (0)