We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f0389 commit 03b13bcCopy full SHA for 03b13bc
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
run: uv sync --extra dev
38
39
- name: Lint with ruff
40
- run: ruff check .
+ run: uv run ruff check .
41
42
- name: Verify tag matches pyproject version
43
if: matrix.python-version == '3.11'
@@ -64,7 +64,7 @@ jobs:
64
- name: Run tests
65
env:
66
PYTEST_ADDOPTS: -v
67
- run: pytest
+ run: uv run pytest
68
69
build:
70
name: Build distributions
0 commit comments