Skip to content

Commit 660ec1a

Browse files
fix: correct uv sync command from --extras to --extra
1 parent e3be05c commit 660ec1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version: ">=0.4.0"
3333

3434
- name: Install dependencies
35-
run: uv sync --extras dev
35+
run: uv sync --extra dev
3636

3737
- name: Build and test
3838
run: |

template-python/{{cookiecutter.project_slug}}/.github/workflows/release_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version: ">=0.4.0"
3333

3434
- name: Install dependencies
35-
run: uv sync --extras dev
35+
run: uv sync --extra dev
3636

3737
- name: Build and test
3838
run: |

0 commit comments

Comments
 (0)