The GitHub Actions job "Tests AMD" on airflow.git/v3-0-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3ea50a992d4560a9a89384b38852b8a1d05b2e6c / Jarek Potiuk <[email protected]>
[v3-0-test] Make sure default-python-version is quoted in GH action yaml files 
(#52848) (#52853)

This is a nice (?) feature of yaml that it interpretes the type
of passed value and tries to determine it automatically. Which is
a bummer if you pass python version = 3.10 without quotes, because
it is interpreted as 3.1 float rather than "3.10" string

And we have now 3.10 as default python version so we have to
quote it in order to make sure it is interpreted correctly.

It did not cause problems for now because breeze automatically switches
to a default ("3.10") python version when you specify a version that
is not valid, but we had a number of warnings in CI:

```
The value 3.1 is not allowed for parameter python. Setting default value to 3.10
```
(cherry picked from commit 2784d39447ccace53314948646e4f9e992eaf5d2)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to