Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,9 @@ def start_airflow(
"[info]Detected WSL environment. Automatically enabled CHOKIDAR_USEPOLLING for hot reloading."
)

perform_environment_checks(quiet=False)
if use_airflow_version is None and not skip_assets_compilation:
assert_prek_installed()
# Now with the /ui project, lets only do a static build of /www and focus on the /ui
run_compile_ui_assets(dev=dev_mode, run_in_background=True, force_clean=False)
airflow_constraints_reference = _determine_constraint_branch_used(
Expand Down Expand Up @@ -701,7 +703,6 @@ def start_airflow(
use_uv=use_uv,
uv_http_timeout=uv_http_timeout,
)
perform_environment_checks(quiet=shell_params.quiet)
rebuild_or_pull_ci_image_if_needed(command_params=shell_params)
result = enter_shell(shell_params=shell_params)
fix_ownership_using_docker()
Expand Down