Skip to content

Commit 5ba8385

Browse files
committed
ci: rm all-extras
Signed-off-by: nstarman <[email protected]>
1 parent 62830ba commit 5ba8385

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
@@ -52,7 +52,7 @@ jobs:
5252
python-version: ${{ matrix.python-version }}
5353
- name: Install dependencies
5454
run: |
55-
uv sync --locked --all-extras --group dev
55+
uv sync --locked --group dev
5656
${{ matrix.value.extra-install }}
5757
- name: Test linter assertions
5858
run: uv run --frozen check_linter_assertions.py tests/typechecked

0 commit comments

Comments
 (0)