Skip to content

Commit fe5993b

Browse files
committed
Update to use uv
1 parent da951c4 commit fe5993b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uv pip install -e .
2626
- name: Test with pytest
2727
run: |
28-
pytest tests/
28+
uv run pytest tests/

0 commit comments

Comments
 (0)