Skip to content

Commit f79fa6d

Browse files
committed
chore:fix example workflow
Signed-off-by: Manish Dait <[email protected]>
1 parent 9a456ae commit f79fa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41
2828

2929
- name: Install dependencies
30-
run: uv sync
30+
run: uv sync --all-extras
3131

3232
- name: Generate Proto Files
3333
run: uv run python generate_proto.py

0 commit comments

Comments
 (0)