Skip to content

Commit 6f996dc

Browse files
test(workflows): aligned uv sync command
1 parent 940e423 commit 6f996dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uv tool install rust-just
5555
5656
- name: Install dependencies
57-
run: uv sync --dev --no-progress
57+
run: uv sync --group dev --no-progress
5858

5959
- name: Generate schema documentation
6060
run: |

template/.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uv tool install rust-just
5050
5151
- name: Install project
52-
run: uv sync --dev
52+
run: uv sync --group dev
5353

5454
- name: Run test suite
5555
run: just test

0 commit comments

Comments
 (0)