Skip to content

Commit

Permalink
Allow installing python deps on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
David Verdeguer committed Oct 19, 2020
1 parent 04f2f60 commit 2391771
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
5 changes: 0 additions & 5 deletions lib/init.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/init.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2391771

Please sign in to comment.