Skip to content

Commit 693210b

Browse files
authored
Update ci.yml
1 parent 74c28fe commit 693210b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
uv pip install ruff mypy bandit || pip install ruff mypy bandit
3535
3636
- name: Lint (ruff)
37-
run: ruff check .
37+
run: python -m ruff check .
3838

3939
- name: Type-check (mypy, lenient)
40-
run: mypy --ignore-missing-imports . || true
40+
run: python -m mypy --ignore-missing-imports . || true
4141

4242
- name: Smoke test
4343
run: make test

0 commit comments

Comments
 (0)