Allow installing python deps on mac

This commit is contained in:
David Verdeguer 2020-10-19 12:45:33 +02:00
parent 04f2f600bc
commit 2391771a3f
3 changed files with 1 additions and 14 deletions

View file

@ -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