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

Head commit for run:
d582a8f262e61e3f64ef8cc30a4fac4142d05682 / Jarek Potiuk <[email protected]>
Add a possibility to remove the dependency from cache in a PR

When you rmeove a dependency from pyproject.toml, until your PR
gets merged, it is still present in the main branch of Airflow and
this is where we do a "warm" cache install of dependencies when
we build the CI image. So the dependency is stil there when your PR
is running tests. In order to remove the dependency for the time
of PR, we need to remove it manually in the script that installs
dependencies from branch tip (and also changing this script will
trigger Docker cache invalidation of the branch tip installation
step).

This PR adds ability to specify the package you remove to also be
removed after "branch tip" installation. After merging your PR,
it should be fine to remove it again from the branch tip.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to