Allow installing python deps on mac
This commit is contained in:
parent
04f2f600bc
commit
2391771a3f
3 changed files with 1 additions and 14 deletions
|
|
@ -186,14 +186,6 @@ export async function injectWindowsTracer(
|
|||
export async function installPythonDeps(codeql: CodeQL, logger: Logger) {
|
||||
logger.startGroup("Setup Python dependencies");
|
||||
|
||||
if (process.platform === "darwin") {
|
||||
logger.info(
|
||||
"Currently, auto-installing python dependencies is not supported on MacOS"
|
||||
);
|
||||
logger.endGroup();
|
||||
return;
|
||||
}
|
||||
|
||||
const scriptsFolder = path.resolve(__dirname, "../python-setup");
|
||||
|
||||
// Setup tools on the Github hosted runners
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue