Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --use-uv from breeze setup config. #45407

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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