Skip to content

Commit f0ca0c1

Browse files
committed
Run tests with uv
1 parent 8ce9f8e commit f0ca0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

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

2323
- name: Run tests
24-
run: python -m unittest discover tests
24+
run: uv run -m unittest discover tests

0 commit comments

Comments
 (0)