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

Head commit for run:
e698dbfe25da10d09c5810938f586535633928a4 / Jarek Potiuk <[email protected]>
Fix `pip` version in the main PROD image of Airflow

We are fixing ``pip`` version during the CI building process to
install Airflow - in both CI and PROD image, and it is used to
run Airflow. However in PROD image we are copying the `.local`
folder with installed airflow and this folder does not contain
`pip` as `pip` is installed in the main environment. As result
the verison of `pip` in the final image was different than the
one fixed by the build process.

This did not have too bad consequences as `pip` generally works
even with older versions and the base images have rather recent
version of `pip` preinstalled, however for consistency we should
upgrade `pip` to latest version after copying the .local folder.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to