Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 9bc7af5

Browse files
committed
prefix with uv run
1 parent 38aca0c commit 9bc7af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uv run pytest tests
4141
4242
- name: Lint with Ruff
43-
run: ruff check .
43+
run: uv run ruff check .

0 commit comments

Comments
 (0)