mirror of
https://github.com/actions/setup-python.git
synced 2025-07-03 08:03:48 +00:00
Update exec command, remove mock from unit tests
This commit is contained in:
parent
6e46140c9c
commit
96d176662d
3 changed files with 4 additions and 23 deletions
|
@ -114,12 +114,6 @@ 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
Add a link
Reference in a new issue