The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: ace97c0f0b64bd003bafa50e02cdfc10a8303936 / Jarek Potiuk <[email protected]> Run matrix of compatibility checks for providers (#36061) 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/7108532421 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
