mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-29 07:47:14 +00:00 
			
		
		
		
	Add fix for Windows caching of pip (#332)
This commit is contained in:
		| @@ -96,7 +96,8 @@ describe('restore-cache', () => { | ||||
|         expect(infoSpy).toHaveBeenCalledWith( | ||||
|           `Cache restored from key: setup-python-${process.env['RUNNER_OS']}-python-${pythonVersion}-${packageManager}-${fileHash}` | ||||
|         ); | ||||
|       } | ||||
|       }, | ||||
|       30000 | ||||
|     ); | ||||
|  | ||||
|     it.each([ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dmitry Shibanov
					Dmitry Shibanov