The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
1e086f51392aaeff663ebc7c23b6dfd9c4d48d3c / Jarek Potiuk <[email protected]>
Protect against the case when emulated Python is used on M1s

People might have an intel Python installed on M1s. This happened
already. The result of it that they (unknowingly) suffer from
10x slower speed of any Python code they use (even locally).

This also impact Breeze because we are using Python architecture
in order to determine which platform image should be used by
Breeze.

This change add big, fat warning and 20 seconds of delay asking
the user if they REALLY want to run Breeze command using emulated
Python. If they answer y - it will continue. If they do not answer
or answer anything else, the command will error out.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to