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

Head commit for run:
d8bd0418371ae2aed0b376c77322ea75a09bfe38 / Jarek Potiuk <[email protected]>
Run matrix of compatibility checks for providers

Provider's compatibility checks have been run for one Python version
and one Airflow version. However provider compatibility is a bit more
nuanced:

* some providers are 2.5.0+, some are 2.6.0+, some are 2.7.0+
* some proivders do not work on Python 3.8 (cohere for importlib
  incompatibility reasons) and we need to run the checks on Python 3.9

This PR adds the following capabilities:

* adds option to install airflow from github URL (finally not used
  in this PR but good to leave it in)
* the non-default Python checks are only run in case we already build CI
  imagese for those Python versions are already built
* builds Airflow vith dev0 version to account for `pip` comparision
  not allowing for selective `-pre` flags

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

With regards,
GitHub Actions via GitBox


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

Reply via email to