Skip to content

Commit

Permalink
Remove --use-uv from breeze setup config. (#45407)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
potiuk authored Jan 5, 2025
1 parent c692b08 commit 0779b2c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 46 deletions.
12 changes: 0 additions & 12 deletions .github/actions/breeze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,3 @@ runs:
run: breeze setup config --no-cheatsheet --no-asciiart
env:
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
- name: "Use uv "
shell: bash
run: breeze setup config --use-uv
env:
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
if: inputs.use-uv == 'true'
- name: "Don't use uv "
shell: bash
run: breeze setup config --no-use-uv
env:
AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}"
if: inputs.use-uv != 'true'
24 changes: 10 additions & 14 deletions dev/breeze/doc/images/output_setup_config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_setup_config.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44292b9abca625c3e2710b19e2f9bd74
9509e3954e5aeb6a991fe5b302701d4d
Loading

0 comments on commit 0779b2c

Please sign in to comment.