Skip to content

Commit d17206c

Browse files
authored
Use Python 3.7.5 in CI (#8297)
* Use Python 3.7.5 * Don't specify minor version
1 parent abcea5a commit d17206c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build/ci/templates/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
PythonVersion: '3.7.5' # Always use latest version.
2+
PythonVersion: '3.7' # Always use latest version.
33
NodeVersion: '10.11.0' # Check version of node used in VS Code.
44
NpmVersion: '6.10.3'
55
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.

build/ci/templates/jobs/uitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ parameters:
9595
# All scenarios tagged with `@noNeedToTestInAllPython`, will run in the latest version of Python.
9696
# When using other versions of Python, ignore `@noNeedToTestInAllPython`.
9797
{
98-
"version": "3.7.5",
98+
"version": "3.7",
9999
"displayName": "37",
100100
"excludeTags": "not @python3.6 and not @python3.5 and not @python2"
101101
},

news/2 Fixes/8296.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix CI to use Python 3.7.5.

0 commit comments

Comments
 (0)