Skip to content

Commit 7129b2d

Browse files
committed
Update CI workflow to install all extras during dependency sync
1 parent cf26f6e commit 7129b2d

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
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Install dependencies
3030
run: |
31-
uv sync --dev
31+
uv sync --dev --all-extras
3232
3333
- name: Lint with ruff
3434
run: |

0 commit comments

Comments
 (0)