The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: fe96cee82fe226f0829a6c2c5372dd6771d6e9f8 / 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/7099443883 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
