mirror of
https://github.com/actions/setup-python.git
synced 2025-06-23 20:27:58 +02: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