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

Skip to content

Commit 827be6d

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

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
@@ -7381,6 +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);
73847385
core.addPath(installDir);
73857386
core.addPath(_binDir);
73867387
// 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +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);
6465

6566
core.addPath(installDir);
6667
core.addPath(_binDir);

0 commit comments

Comments
 (0)
0