The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 5dbedc743dea3703ba0c47a9d7e929fc666ed7ca / Jarek Potiuk <[email protected]> Remove breeze-python-version input and propagating it everywhere The `breeze-python-version` has been used in a number of places where we wanted to make sure of reproducibility of prepared artifacts (because Python 3.8 produces different tar files). However that caused some problems with caching of breeze environments - where some of them were using Python 3.8 and some were using Python 3.9. This PR fixes it by: * making Python 3.9 default for all breeze installations in CI * removing the breeze-python-version parameter and all its usages from all workflows The tests of breeze (ib basic-tests.yml) are still run with the default-python-version not with Python 3.9 (which currently is Python 3.8) - so the risk that breeze will not work on Python 3.8 is low. This will also synchronize itself in October, when Python 3.8 will reach end-of-life and we will move to Python 3.9 as the default version. Report URL: https://github.com/apache/airflow/actions/runs/8316262286 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
