Skip to content

Commit f8b44d6

Browse files
committed
fix ci.yml
1 parent d7c8424 commit f8b44d6

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
@@ -162,7 +162,7 @@ jobs:
162162

163163
- run: mkdir .coverage
164164

165-
- run: uv sync --only dev
165+
- run: uv sync --only-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 }}

0 commit comments

Comments
 (0)