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

Head commit for run:
7577c1cfee5fce281ec1888f1d26f697e305ca67 / Jarek Potiuk <[email protected]>
Proper Python Host output from composite tasks in CI

When we separated actions into composite workflows in #27369 and
the #27371 we missed the fact that there was a step passing the
host python version to static checks - to make sure we start with
a fresh cache every time new python version is changed (this
caused problems in the past)

The "host-python-version" was therefore empty and not really used
in the cache key determining.

This has no bad effect when Python version does not change but
when there is an upgrade of Python, the symbolic links in stored
cache get broken, and next time new Python version is used in
the AMIs, we might get them broken, so better to fix it now.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to