Description:
Opposed to setup-nodejs official action, python one is not able to read .tool-versions files to determine the version of python to be used.
Action version:
latest
Platform:
Runner type:
Tools version:
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Expected behavior:
A description of what you expected to happen.
Actual behavior:
Be able to make use of .tool-versions files
$ cat .tool-versions
direnv 2.34.0
nodejs 18.19.1
# asdf install task latest
task 3.37.2
yarn 1.22.19
python 3.12.7
Description:
Opposed to setup-nodejs official action, python one is not able to read
.tool-versionsfiles to determine the version of python to be used.Action version:
latest
Platform:
Runner type:
Tools version:
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Expected behavior:
A description of what you expected to happen.
Actual behavior:
Be able to make use of
.tool-versionsfiles$ cat .tool-versions direnv 2.34.0 nodejs 18.19.1 # asdf install task latest task 3.37.2 yarn 1.22.19 python 3.12.7