Skip to content

Commit e3be05c

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

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template-python/{{cookiecutter.project_slug}}/.github/workflows

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: ">=0.4.0"
3131

3232
- name: Install dependencies
33-
run: uv sync --extras dev
33+
run: uv sync --extra dev
3434

3535
- name: Run lint checks
3636
run: uvx nox -s lint

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: ">=0.4.0"
3131

3232
- name: Install dependencies
33-
run: uv sync --extras dev
33+
run: uv sync --extra dev
3434

3535
- name: Run lint checks
3636
run: uvx nox -s lint

0 commit comments

Comments
 (0)