Skip to content

Commit b29ee21

Browse files
committed
uv run pytest
1 parent 2345186 commit b29ee21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run unit tests
4040
run: |
41-
pytest --strict-markers tests/test_end_to_end.py
41+
uv run pytest --strict-markers tests/test_end_to_end.py
4242
4343
# - name: Upload coverage report
4444
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)