We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f28c34 commit 1e9f063Copy full SHA for 1e9f063
.github/workflows/ci.yml
@@ -167,7 +167,7 @@ jobs:
167
168
- run: mkdir .coverage
169
170
- - run: uv sync --group dev
+ - run: uv sync --only-dev
171
- run: uv run ${{ steps.install-command.outputs.install-command }} coverage run -m pytest -n auto --dist=loadgroup
172
env:
173
COVERAGE_FILE: .coverage/.coverage.${{ matrix.python-version }}-${{ matrix.install }}
0 commit comments