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

Skip to content

Commit 88291ba

Browse files
author
Nikita Bykov
committed
test
1 parent 827be6d commit 88291ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7381,7 +7381,7 @@ function usePyPy(majorVersion, architecture) {
73817381
// On Windows, it is in the installation root.
73827382
const pythonLocation = utils_1.IS_WINDOWS ? installDir : _binDir;
73837383
core.exportVariable('pythonLocation', pythonLocation);
7384-
core.info(pythonLocation);
7384+
core.info(installDir);
73857385
core.addPath(installDir);
73867386
core.addPath(_binDir);
73877387
// Starting from PyPy 7.3.1, the folder that is used for pip and anything that pip installs should be "Scripts" on Windows.

src/find-python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function usePyPy(
6161
// On Windows, it is in the installation root.
6262
const pythonLocation = IS_WINDOWS ? installDir : _binDir;
6363
core.exportVariable('pythonLocation', pythonLocation);
64-
core.info(pythonLocation);
64+
core.info(installDir);
6565

6666
core.addPath(installDir);
6767
core.addPath(_binDir);

0 commit comments

Comments
 (0)
0