Skip to content

Commit 1fba1b4

Browse files
committed
Update pytest command
1 parent 10cebbf commit 1fba1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: uv sync --dev
4242

4343
- name: Run tests
44-
run: pytest
44+
run: uv run pytest
4545

4646
- name: Upload coverage report
4747
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)