We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b629394 commit 89b4dc8Copy full SHA for 89b4dc8
1 file changed
.github/workflows/coverage.yml
@@ -12,9 +12,9 @@ jobs:
12
uses: actions/setup-python@v5
13
with:
14
python-version: 3.11
15
- - name: Install dependencies
16
- run: pip install nox
+ - name: Install uv
+ uses: astral-sh/setup-uv@v6
17
- name: Test with nox
18
- run: nox -e coverage
+ run: uv run --group nox nox -e coverage
19
- name: Upload coverage to Codecov
20
uses: codecov/codecov-action@v4
0 commit comments