mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 23:23:46 +00:00
resolve conflicts
This commit is contained in:
parent
de4dd601ce
commit
2718326b8a
3 changed files with 53 additions and 15 deletions
|
@ -176,7 +176,7 @@ describe('Finder tests', () => {
|
|||
|
||||
fs.writeFileSync(`${pythonDir}.complete`, 'hello');
|
||||
// This will throw if it doesn't find it in the cache and in the manifest (because no such version exists)
|
||||
await finder.useCpythonVersion('1.2', 'x64', false, true);
|
||||
await finder.useCpythonVersion('1.2', 'x64', true, true);
|
||||
|
||||
expect(infoSpy).toHaveBeenCalledWith("Resolved as '1.2.3'");
|
||||
expect(infoSpy).toHaveBeenCalledWith(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue