Skip to content

Commit d25d944

Browse files
author
thomasZen
committed
use uv run for pytest
1 parent 55922f5 commit d25d944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
uv pip install pytest
3434
3535
- name: Run Unit Tests
36-
run: pytest tests/ -v
36+
run: uv run pytest tests/ -v

0 commit comments

Comments
 (0)