Skip to content

Commit 150bc83

Browse files
ci: install all dependency groups in release proposal workflow
Change from --group release to --all-groups to ensure all dependencies are available for the release proposal script. e
1 parent b35dea9 commit 150bc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
uv sync --all-packages --group release
32+
uv sync --all-packages --all-groups
3333
3434
- name: Configure git
3535
if: github.event_name == 'push'

0 commit comments

Comments
 (0)