[CI] Changed VS version to see if it will prevent triggering AV
This commit is contained in:
2
xb.ps1
2
xb.ps1
@@ -14,7 +14,7 @@ foreach ($pythonExecutable in $pythonExecutables) {
|
||||
}
|
||||
}
|
||||
# Neither found, error and exit
|
||||
$pythonMinimumVer = 3,8
|
||||
$pythonMinimumVer = 3,7
|
||||
if (!$pythonPath) {
|
||||
Write-FatalError "ERROR: Python $($pythonMinimumVer[0]).$($pythonMinimumVer[1])+ must be installed and on PATH:`nhttps://www.python.org/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user