Przeglądaj źródła

win: Bump Python version for release

Signed-off-by: Chris Crone <[email protected]>
Chris Crone 4 lat temu
rodzic
commit
c87844c504
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Release.Jenkinsfile

+ 1 - 1
Release.Jenkinsfile

@@ -117,7 +117,7 @@ pipeline {
                         label 'windows-python'
                     }
                     environment {
-                        PATH = "$PATH;C:\\Python37;C:\\Python37\\Scripts"
+                        PATH = "C:\\Python39;C:\\Python39\\Scripts;$PATH"
                     }
                     steps {
                         checkout scm