Skip to content

Commit 9ce32c5

Browse files
committed
Try 1
1 parent 4912a8e commit 9ce32c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162

163163
- run: mkdir .coverage
164164

165-
- run: uv sync --only-dev
165+
- run: uv sync --no-dev --group dev
166166
- run: uv run ${{ matrix.install.command }} coverage run -m pytest --durations=100 -n auto --dist=loadgroup
167167
env:
168168
COVERAGE_FILE: .coverage/.coverage.${{ matrix.python-version }}-${{ matrix.install.name }}
@@ -199,7 +199,7 @@ jobs:
199199

200200
- run: mkdir .coverage
201201

202-
- run: uv sync --only-group dev
202+
- run: uv sync --no-dev --group dev
203203

204204
- run: unset UV_FROZEN
205205

0 commit comments

Comments
 (0)