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

Head commit for run:
9832819eed5c7e3394678aaf5df41fadb209bad9 / Jarek Potiuk <[email protected]>
Mount selected sources of Airflow to image when running mypy checks

When Mypy runs its check it uses breeze image to do so, and by
default on CI the images are built using `main` version of scripts/ci
and workflow files. This basically means that running static checks with
the breeze image reguies mounting the sources if we want to run those
checks on the scripts/ci/ folder or .workflow and breeze CI image is
used.

The `mypy-dev` check is doing it - it checks `scripts/ci` folder,
which means that for mypy checks we need to force mounting the
selected sources rather than the ones that are baked in the image.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to