mirror of
https://github.com/actions/setup-python.git
synced 2025-08-29 04:04:15 +00:00
Revert restore deps test
This commit is contained in:
parent
e53798f2d2
commit
f8a2339550
@ -114,6 +114,12 @@ virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/patrick/Library/Caches/py
|
|||||||
dependencyFile
|
dependencyFile
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (process.platform === 'linux') {
|
||||||
|
getLinuxOSReleaseInfoSpy.mockImplementation(() =>
|
||||||
|
Promise.resolve('Ubuntu-20.4')
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
await cacheDistributor.restoreCache();
|
await cacheDistributor.restoreCache();
|
||||||
|
|
||||||
if (process.platform === 'linux') {
|
if (process.platform === 'linux') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user