Skip to content

Commit 89b4dc8

Browse files
committed
uv for coverage job
1 parent b629394 commit 89b4dc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/setup-python@v5
1313
with:
1414
python-version: 3.11
15-
- name: Install dependencies
16-
run: pip install nox
15+
- name: Install uv
16+
uses: astral-sh/setup-uv@v6
1717
- name: Test with nox
18-
run: nox -e coverage
18+
run: uv run --group nox nox -e coverage
1919
- name: Upload coverage to Codecov
2020
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)