1
0
mirror of https://github.com/actions/setup-python.git synced 2026-04-16 19:15:39 +02:00

New package-lock

This commit is contained in:
Deepak Dahiya
2022-04-11 12:58:25 +00:00
committed by GitHub
parent 72e7b2061f
commit 281b9d65e0
3 changed files with 6397 additions and 8 deletions
+1702
View File
File diff suppressed because it is too large Load Diff
+2 -5
View File
@@ -54415,11 +54415,8 @@ function findPyPyVersion(versionSpec, architecture) {
const pypyVersionSpec = parsePyPyVersion(versionSpec); const pypyVersionSpec = parsePyPyVersion(versionSpec);
({ installDir, resolvedPythonVersion, resolvedPyPyVersion } = findPyPyToolCache(pypyVersionSpec.pythonVersion, pypyVersionSpec.pypyVersion, architecture)); ({ installDir, resolvedPythonVersion, resolvedPyPyVersion } = findPyPyToolCache(pypyVersionSpec.pythonVersion, pypyVersionSpec.pypyVersion, architecture));
if (!installDir) { if (!installDir) {
({ ({ installDir, resolvedPythonVersion, resolvedPyPyVersion } =
installDir, yield pypyInstall.installPyPy(pypyVersionSpec.pypyVersion, pypyVersionSpec.pythonVersion, architecture));
resolvedPythonVersion,
resolvedPyPyVersion
} = yield pypyInstall.installPyPy(pypyVersionSpec.pypyVersion, pypyVersionSpec.pythonVersion, architecture));
} }
const pipDir = utils_1.IS_WINDOWS ? 'Scripts' : 'bin'; const pipDir = utils_1.IS_WINDOWS ? 'Scripts' : 'bin';
const _binDir = path.join(installDir, pipDir); const _binDir = path.join(installDir, pipDir);
+4693 -3
View File
File diff suppressed because it is too large Load Diff