The GitHub Actions job "Build Images" on airflow.git has failed.
Run started by GitHub user pcolladosoto (triggered by pcolladosoto).

Head commit for run:
4a74193bf1b6b65fd809ae47cefafa22ddfb83ac / Pablo Collado Soto 
<[email protected]>
Fix call to `poll()`

We were calling `poll()` through the `_process` attribute
and, as shown on the static checks triggered by GitHub,
it's not defined for the `BaseProcess` class. We instead
have to call `poll()` through `BaseProcess`'s `_popen`
attribute.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to