mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 03:40:10 +00:00
Remove installPython condition in sync.ts
The behaviour of `installPython` now mirrors other `install*` options
This commit is contained in:
@@ -198,7 +198,6 @@ const languageSetups: LanguageSetups = {
|
||||
steps: [
|
||||
{
|
||||
name: "Install Python",
|
||||
if: "matrix.version != 'nightly-latest' || !matrix.version",
|
||||
uses: "actions/setup-python@v6",
|
||||
with: {
|
||||
"python-version":
|
||||
|
||||
Reference in New Issue
Block a user