diff --git a/build/ci/templates/globals.yml b/build/ci/templates/globals.yml index 0faae1292437..f3316f04d335 100644 --- a/build/ci/templates/globals.yml +++ b/build/ci/templates/globals.yml @@ -1,5 +1,5 @@ variables: - PythonVersion: '3.7.5' # Always use latest version. + PythonVersion: '3.7' # Always use latest version. NodeVersion: '10.11.0' # Check version of node used in VS Code. NpmVersion: '6.10.3' MOCHA_FILE: '$(Build.ArtifactStagingDirectory)/test-junit.xml' # All test files will write their JUnit xml output to this file, clobbering the last time it was written. diff --git a/build/ci/templates/jobs/uitest.yml b/build/ci/templates/jobs/uitest.yml index d6fd40ee2fe5..e13ee26736eb 100644 --- a/build/ci/templates/jobs/uitest.yml +++ b/build/ci/templates/jobs/uitest.yml @@ -95,7 +95,7 @@ parameters: # All scenarios tagged with `@noNeedToTestInAllPython`, will run in the latest version of Python. # When using other versions of Python, ignore `@noNeedToTestInAllPython`. { - "version": "3.7.5", + "version": "3.7", "displayName": "37", "excludeTags": "not @python3.6 and not @python3.5 and not @python2" }, diff --git a/news/2 Fixes/8296.md b/news/2 Fixes/8296.md new file mode 100644 index 000000000000..3a3efed45c74 --- /dev/null +++ b/news/2 Fixes/8296.md @@ -0,0 +1 @@ +Fix CI to use Python 3.7.5.