Skip to content

Commit

Permalink
Revert "DO NOT MERGE! Test setting `PythonDefaultIsToSkipDependencyIn…
Browse files Browse the repository at this point in the history
…stallationEnabled` to true"

This reverts commit f58339a.
  • Loading branch information
RasmusWL committed Jan 22, 2024
1 parent f58339a commit 0e0509a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/feature-flags.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/feature-flags.js.map

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

2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const featureConfig: Record<
// here!
envVar: "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION",
minimumVersion: "2.16.0",
defaultValue: true,
defaultValue: false,
},
};

Expand Down

0 comments on commit 0e0509a

Please sign in to comment.