Skip to content

Commit 496a920

Browse files
committed
fix uv usage
1 parent 15ee4f0 commit 496a920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
uv pip install -r requirements.txt
3030
3131
- name: Run unit tests
32-
run: uv python -m pytest tests/
32+
run: |
33+
uv run --no-project python -m pytest tests/

0 commit comments

Comments
 (0)