The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-build-docs-python-version has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3261fb43918787fd3d642502b66cb0fc501afcb4 / Jarek Potiuk <[email protected]>
Honour the selected Python version when building docs

`breeze build-docs` always used the default Python version, so a docs
build asked to run on a different version silently looked for an image
that was never prepared for it. In the docs publishing workflow, which
builds, stashes and loads a 3.12 CI image, that meant the docs step
discarded it and started a full from-scratch 3.10 image build instead —
wasting the better part of an hour and documenting against a different
interpreter than the workflow intended.

The publish job's own hardcoded Python version was stale for the same
reason and now follows the workflow default like every other job there.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to