mirror of
https://github.com/actions/setup-python
synced 2025-04-05 06:49:43 +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