Skip to content

Commit 0779b2c

Browse files
authored
Remove --use-uv from breeze setup config. (#45407)
While this config worked to setup uv/no-uv, it has never been really used. Instead in all places where `use-uv` parameter is used, the option determines the default rather than config on breeze setup level.
1 parent c692b08 commit 0779b2c

File tree

5 files changed

+11
-46
lines changed

5 files changed

+11
-46
lines changed

.github/actions/breeze/action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,3 @@ runs:
5858
run: breeze setup config --no-cheatsheet --no-asciiart
5959
env:
6060
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
61-
- name: "Use uv "
62-
shell: bash
63-
run: breeze setup config --use-uv
64-
env:
65-
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
66-
if: inputs.use-uv == 'true'
67-
- name: "Don't use uv "
68-
shell: bash
69-
run: breeze setup config --no-use-uv
70-
env:
71-
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
72-
if: inputs.use-uv != 'true'

dev/breeze/doc/images/output_setup_config.svg

Lines changed: 10 additions & 14 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
44292b9abca625c3e2710b19e2f9bd74
1+
9509e3954e5aeb6a991fe5b302701d4d

0 commit comments

Comments
 (0)