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

Skip to content

Commit a4b3498

Browse files
author
Nikita Bykov
committed
test
1 parent 3261bb4 commit a4b3498

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
@@ -1112,6 +1112,7 @@ function findPyPyVersion(versionSpec, architecture) {
11121112
const pipDir = utils_1.IS_WINDOWS ? 'Scripts' : 'bin';
11131113
core.info(`pipDir - ${pipDir}`);
11141114
const _binDir = path.join(installDir, pipDir);
1115+
core.info(`_binDir - ${_binDir}`);
11151116
const pythonLocation = pypyInstall.getPyPyBinaryPath(installDir);
11161117
core.exportVariable('pythonLocation', pythonLocation);
11171118
core.addPath(pythonLocation);

src/find-pypy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export async function findPyPyVersion(
4949
const pipDir = IS_WINDOWS ? 'Scripts' : 'bin';
5050
core.info(`pipDir - ${pipDir}`);
5151
const _binDir = path.join(installDir, pipDir);
52+
core.info(`_binDir - ${_binDir}`);
5253
const pythonLocation = pypyInstall.getPyPyBinaryPath(installDir);
5354
core.exportVariable('pythonLocation', pythonLocation);
5455
core.addPath(pythonLocation);

0 commit comments

Comments
 (0)
0