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 d7c8424 commit f8b44d6Copy full SHA for f8b44d6
.github/workflows/ci.yml
@@ -162,7 +162,7 @@ jobs:
162
163
- run: mkdir .coverage
164
165
- - run: uv sync --only dev
+ - run: uv sync --only-dev
166
- run: uv run ${{ matrix.install.command }} coverage run -m pytest --durations=100 -n auto --dist=loadgroup
167
env:
168
COVERAGE_FILE: .coverage/.coverage.${{ matrix.python-version }}-${{ matrix.install.name }}
0 commit comments