Skip to content

Commit c3e2841

Browse files
authored
ci: install python in windows but no rc versions (#887)
1 parent 8b3bbbb commit c3e2841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def generateStepForWindows(Map v = [:]){
431431
deleteDir()
432432
unstash 'source'
433433
dir("${BASE_DIR}"){
434-
installTools([ [tool: "python${majorVersion}", version: "${env.VERSION}" ] ])
434+
installTools([ [tool: "python${majorVersion}", version: "${env.VERSION}", exclude: 'rc'] ])
435435
bat(label: 'Install tools', script: '.\\scripts\\install-tools.bat')
436436
bat(label: 'Run tests', script: '.\\scripts\\run-tests.bat')
437437
}

0 commit comments

Comments
 (0)