From 2de287f734152f28bb6d85f5748533de5d8c0615 Mon Sep 17 00:00:00 2001 From: "Mike A." Date: Thu, 27 Feb 2025 22:10:43 +0100 Subject: [PATCH] fix: install all dependency groups in CI --- .github/actions/setup-project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index 1059892..2e37641 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -22,4 +22,4 @@ runs: - name: Install dependencies shell: bash - run: uv sync --all-extras --dev + run: uv sync --all-extras --all-groups