The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 2f6aab51a542912a9b1eadbb2d5332a2c67c26db / Kaxil Naik <[email protected]> Fix broken main with static checks Change in https://github.com/apache/airflow/pull/43281 change the python exec path. ``` ❯ ipython Python 3.11.10 (main, Sep 9 2024, 20:58:40) [Clang 18.1.8 ] Type 'copyright', 'credits' or 'license' for more information IPython 8.18.1 -- An enhanced Interactive Python. Type '?' for help. In [1]: import sys In [2]: sys.executable[0] Out[2]: '/' In [3]: sys.executable[1] Out[3]: 'U' In [4]: sys.executable Out[4]: '/Users/kaxilnaik/Documents/GitHub/astronomer/airflow/.venv/bin/python3' ``` Example Failure: https://github.com/apache/airflow/actions/runs/11470387014/job/31919681910?pr=43286 Report URL: https://github.com/apache/airflow/actions/runs/11470678967 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
