From 8306c0539916ca792d0854e9681d85f4e395f7b3 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:58:22 +0100 Subject: [PATCH] fix(Branch CI): --extras -> --extra --- .github/workflows/branch_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_ci.yml b/.github/workflows/branch_ci.yml index 824dcc4c..3020e42f 100644 --- a/.github/workflows/branch_ci.yml +++ b/.github/workflows/branch_ci.yml @@ -71,7 +71,7 @@ jobs: python-version-file: "pyproject.toml" - name: Install editable package and required dependencies - run: uv sync --extras=dev + run: uv sync --extra=dev # Run unittests # * Produce JUnit XML report