mirror of
https://github.com/actions/setup-python.git
synced 2025-04-21 22:38:43 +00:00
Revert restore deps test
This commit is contained in:
parent
e53798f2d2
commit
f8a2339550
1 changed files with 6 additions and 0 deletions
|
@ -114,6 +114,12 @@ virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/patrick/Library/Caches/py
|
|||
dependencyFile
|
||||
);
|
||||
|
||||
if (process.platform === 'linux') {
|
||||
getLinuxOSReleaseInfoSpy.mockImplementation(() =>
|
||||
Promise.resolve('Ubuntu-20.4')
|
||||
);
|
||||
}
|
||||
|
||||
await cacheDistributor.restoreCache();
|
||||
|
||||
if (process.platform === 'linux') {
|
||||
|
|
Loading…
Add table
Reference in a new issue