Skip to content

Commit d032c6f

Browse files
Copilotgkorland
andcommitted
Align CI uv sync commands with Makefile
Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com>
1 parent 9addac9 commit d032c6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
version: "latest"
5353

5454
- name: Install backend dependencies
55-
run: uv sync --extra test
55+
run: uv sync --all-extras
5656

5757
docker-build:
5858
runs-on: ubuntu-latest

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
version: "latest"
4646

4747
- name: Install backend dependencies
48-
run: uv sync
48+
run: uv sync --all-extras
4949

5050
- name: Install frontend dependencies
5151
working-directory: ./app

0 commit comments

Comments
 (0)