You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-11-04 16:56:40 +07:00 
			
		
		
		
	New package-lock
This commit is contained in:
		
							
								
								
									
										1702
									
								
								.licenses/NOTICE
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										1702
									
								
								.licenses/NOTICE
									
									
									
										generated
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										7
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							@ -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);
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4696
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4696
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user