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

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

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/6739858021

With regards,
GitHub Actions via GitBox


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

Reply via email to