Skip to content

Commit 3f1c861

Browse files
committed
Remove --no-interaction from uv
1 parent c009702 commit 3f1c861

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

project/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cache-dependency-glob: "**/uv.lock"
7272

7373
- name: Install sdl dependencies
74-
run: uv sync --all-groups --all-extras --no-interaction{%endif %}{% if use_precommit %}{% if precommit_tool == 'pre-commit' %}
74+
run: uv sync --all-groups --all-extras{%endif %}{% if use_precommit %}{% if precommit_tool == 'pre-commit' %}
7575

7676
- name: Run pre-commit
7777
uses: pre-commit/action@v3

project/.github/workflows/release.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cache-dependency-glob: "**/uv.lock"
6363

6464
- name: Install sdl dependencies
65-
run: uv sync --all-groups --all-extras --no-interaction
65+
run: uv sync --all-groups --all-extras
6666

6767
- name: Build dependencies
6868
run: uv build{%endif %}

project/.github/workflows/{% if copier_auto_update %}copier.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
cache-dependency-glob: "**/uv.lock"
7676

7777
- name: Install sdl dependencies
78-
run: uv sync --all-groups --all-extras --no-interaction
78+
run: uv sync --all-groups --all-extras
7979

8080
- name: Build dependencies
8181
run: uv build

project/.github/workflows/{% if include_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cache-dependency-glob: "**/uv.lock"
8282

8383
- name: Install sdl dependencies
84-
run: uv sync --all-groups --all-extras --no-interaction
84+
run: uv sync --all-groups --all-extras
8585

8686
- name: Build dependencies
8787
run: uv build

0 commit comments

Comments
 (0)