mirror of https://github.com/aminya/setup-cpp
fix: remove unused addPythonBaseExecPrefix
This commit is contained in:
parent
9aecf4658e
commit
43600ff17c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -40,9 +40,6 @@ export async function setupPython(version: string, setupDir: string, arch: strin
|
|||
warning(`Failed to install wheels: ${(err as Error).toString()}. Ignoring...`)
|
||||
}
|
||||
|
||||
// add python bin paths to PATH
|
||||
const _execPaths = await addPythonBaseExecPrefix(foundPython)
|
||||
|
||||
return installInfo
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue