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:
Generated
+1702
File diff suppressed because it is too large
Load Diff
Vendored
+2
-5
@@ -54415,11 +54415,8 @@ function findPyPyVersion(versionSpec, architecture) {
|
||||
const pypyVersionSpec = parsePyPyVersion(versionSpec);
|
||||
({ installDir, resolvedPythonVersion, resolvedPyPyVersion } = findPyPyToolCache(pypyVersionSpec.pythonVersion, pypyVersionSpec.pypyVersion, architecture));
|
||||
if (!installDir) {
|
||||
({
|
||||
installDir,
|
||||
resolvedPythonVersion,
|
||||
resolvedPyPyVersion
|
||||
} = yield pypyInstall.installPyPy(pypyVersionSpec.pypyVersion, pypyVersionSpec.pythonVersion, architecture));
|
||||
({ installDir, resolvedPythonVersion, resolvedPyPyVersion } =
|
||||
yield pypyInstall.installPyPy(pypyVersionSpec.pypyVersion, pypyVersionSpec.pythonVersion, architecture));
|
||||
}
|
||||
const pipDir = utils_1.IS_WINDOWS ? 'Scripts' : 'bin';
|
||||
const _binDir = path.join(installDir, pipDir);
|
||||
|
||||
Generated
+4693
-3
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user