From 6f996dc4b4866cc232a0cfebd685942b28b57af0 Mon Sep 17 00:00:00 2001 From: noelmcloughlin Date: Tue, 14 Apr 2026 11:07:16 +0100 Subject: [PATCH] test(workflows): aligned uv sync command --- template/.github/workflows/deploy-docs.yaml | 2 +- template/.github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/deploy-docs.yaml b/template/.github/workflows/deploy-docs.yaml index 2d5b417..4463fdf 100644 --- a/template/.github/workflows/deploy-docs.yaml +++ b/template/.github/workflows/deploy-docs.yaml @@ -54,7 +54,7 @@ jobs: uv tool install rust-just - name: Install dependencies - run: uv sync --dev --no-progress + run: uv sync --group dev --no-progress - name: Generate schema documentation run: | diff --git a/template/.github/workflows/main.yaml b/template/.github/workflows/main.yaml index 50caa58..670d6bf 100644 --- a/template/.github/workflows/main.yaml +++ b/template/.github/workflows/main.yaml @@ -49,7 +49,7 @@ jobs: uv tool install rust-just - name: Install project - run: uv sync --dev + run: uv sync --group dev - name: Run test suite run: just test