Use setup-python-dependencies input
This commit is contained in:
parent
fb7d0f72e5
commit
4575212a76
3 changed files with 7 additions and 3 deletions
|
|
@ -119,7 +119,10 @@ async function run() {
|
|||
logger
|
||||
);
|
||||
|
||||
if (config.languages.includes(Language.python)) {
|
||||
if (
|
||||
config.languages.includes(Language.python) &&
|
||||
actionsUtil.getRequiredInput("setup-python-dependencies") === "true"
|
||||
) {
|
||||
try {
|
||||
await installPythonDeps(codeql, logger);
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue