The GitHub Actions job "Tests" on airflow.git/fix-breeze-startup-info has 
succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
30eb022429e953ce52eaa81862911699c7894d76 / Jarek Potiuk <[email protected]>
Improve startup information printed when Breeze starts

We were using lru_cache to only print environment check output once,
but the method was called once with quiet = False and once without,
which made it double-print the output.

The check was done in both - commmands and "docker_utils.enter_shell"
and that was really unnecessary.

This PR changes it so that environment check is done only once at
the command entry, also the "executable bit" information that was
somewhat useless is now replaced with printing a detailed version
of Python used - which might help with diagnostics of some strange
issues in case the output is copy&pasted.

Report URL: https://github.com/apache/airflow/actions/runs/19851486989

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to