Skip to content

Commit 2391771

Browse files
committed
Allow installing python deps on mac
1 parent 04f2f60 commit 2391771

3 files changed

Lines changed: 1 addition & 14 deletions

File tree

lib/init.js

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,6 @@ export async function injectWindowsTracer(
186186
export async function installPythonDeps(codeql: CodeQL, logger: Logger) {
187187
logger.startGroup("Setup Python dependencies");
188188

189-
if (process.platform === "darwin") {
190-
logger.info(
191-
"Currently, auto-installing python dependencies is not supported on MacOS"
192-
);
193-
logger.endGroup();
194-
return;
195-
}
196-
197189
const scriptsFolder = path.resolve(__dirname, "../python-setup");
198190

199191
// Setup tools on the Github hosted runners

0 commit comments

Comments
 (0)