8000 test · nikita-bykov/setup-python@09559a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09559a3

Browse files
author
Nikita Bykov
committed
test
1 parent 88291ba commit 09559a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ function findPyPyVersion(versionSpec, architecture) {
11151115
core.exportVariable('pythonLocation', pythonLocation);
11161116
core.addPath(pythonLocation);
11171117
core.addPath(_binDir);
1118+
core.info(pythonLocation);
11181119
return { resolvedPyPyVersion, resolvedPythonVersion };
11191120
});
11201121
}

src/find-pypy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export async function findPyPyVersion(
5252
core.exportVariable('pythonLocation', pythonLocation);
5353
core.addPath(pythonLocation);
5454
core.addPath(_binDir);
55+
core.info(pythonLocation);
5556

5657
return {resolvedPyPyVersion, resolvedPythonVersion};
5758
}

0 commit comments

Comments
 (0)
0