mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-10-31 02:31:52 +08:00 
			
		
		
		
	Successfully set up (#399)
This commit is contained in:
		| @ -41,12 +41,12 @@ async function run() { | ||||
|         const installed = await finderPyPy.findPyPyVersion(version, arch); | ||||
|         pythonVersion = `${installed.resolvedPyPyVersion}-${installed.resolvedPythonVersion}`; | ||||
|         core.info( | ||||
|           `Successfully setup PyPy ${installed.resolvedPyPyVersion} with Python (${installed.resolvedPythonVersion})` | ||||
|           `Successfully set up PyPy ${installed.resolvedPyPyVersion} with Python (${installed.resolvedPythonVersion})` | ||||
|         ); | ||||
|       } else { | ||||
|         const installed = await finder.useCpythonVersion(version, arch); | ||||
|         pythonVersion = installed.version; | ||||
|         core.info(`Successfully setup ${installed.impl} (${pythonVersion})`); | ||||
|         core.info(`Successfully set up ${installed.impl} (${pythonVersion})`); | ||||
|       } | ||||
|  | ||||
|       const cache = core.getInput('cache'); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Brian Cristante
					Brian Cristante