Closed
Description
Description:
It is possible to specify multiple python versions like so:
- uses: actions/setup-python@v5
with:
python-version: |
3.8
3.9
3.10
However, specifying them like so breaks CI:
.python-version
:
3.8
3.9
3.10
- uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
Action version:
5
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
Repro steps:
See description
Expected behavior:
Multiple python versions can be read from .python-version
Actual behavior:
Multiple python versions cannot be read from .python-version