Description
Description:
1s
Warning: Unexpected input(s) 'run', valid inputs are ['python-version', 'python-version-file', 'cache', 'architecture', 'check-latest', 'token', 'cache-dependency-path', 'update-environment', 'allow-prereleases', 'freethreaded']
Run actions/setup-python@v5
/usr/bin/docker exec 0785d8876fda0c349674625b08673844f3e96d5777d0cd28ca733e23db6bcde6 sh -c "cat /etc/*release | grep ^ID"
Installed versions
Error: Unable to locate executable file: lsb_release. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Action version:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
run: pip install lz4
Platform:
ubuntu-latest
Runner type:
github runner
Tools version:
trid 3.10 and 3.13.3
Repro steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
run: pip install lz4
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Expected behavior:
it should install lz4
Actual behavior:
it cant find lsb_release
https://github.com/ELY3M/Atmosphere/actions/runs/15181202968/job/42690791175