Skip to content

Commit 1e9f063

Browse files
authored
Install only dev in CI (#2523)
1 parent 8f28c34 commit 1e9f063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
- run: mkdir .coverage
169169

170-
- run: uv sync --group dev
170+
- run: uv sync --only-dev
171171
- run: uv run ${{ steps.install-command.outputs.install-command }} coverage run -m pytest -n auto --dist=loadgroup
172172
env:
173173
COVERAGE_FILE: .coverage/.coverage.${{ matrix.python-version }}-${{ matrix.install }}

0 commit comments

Comments
 (0)