Skip to content

Commit 03b13bc

Browse files
committed
Add uv run to pytest and ruff
1 parent a3f0389 commit 03b13bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: uv sync --extra dev
3838

3939
- name: Lint with ruff
40-
run: ruff check .
40+
run: uv run ruff check .
4141

4242
- name: Verify tag matches pyproject version
4343
if: matrix.python-version == '3.11'
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run tests
6565
env:
6666
PYTEST_ADDOPTS: -v
67-
run: pytest
67+
run: uv run pytest
6868

6969
build:
7070
name: Build distributions

0 commit comments

Comments
 (0)