mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 21:53:47 +00:00
parent
3faddefb4c
commit
869e769ec8
4 changed files with 6 additions and 6 deletions
|
@ -98,7 +98,7 @@ export async function findPyPyVersion(
|
|||
core.addPath(pythonLocation);
|
||||
core.addPath(_binDir);
|
||||
}
|
||||
core.setOutput('python-version', 'pypy' + resolvedPyPyVersion.trim());
|
||||
core.setOutput('python-version', 'pypy' + resolvedPyPyVersion);
|
||||
core.setOutput('python-path', pythonPath);
|
||||
|
||||
return {resolvedPyPyVersion, resolvedPythonVersion};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue