Skip to content

Commit 26bfc00

Browse files
committed
fix: ci with uv run
1 parent 749b673 commit 26bfc00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: uv pip install mypy
2222

2323
- name: Type Check Source Code
24-
run: mypy src
24+
run: uv run mypy src

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: uv pip install pylint
2222

2323
- name: Lint Source Code
24-
run: pylint src
24+
run: uv run pylint src

0 commit comments

Comments
 (0)