Skip to content

Commit 866b1c5

Browse files
authored
Update build-release.yml
1 parent 528f62c commit 866b1c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines/build-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ stages:
2626
strategy:
2727
maxParallel: 10
2828
matrix:
29-
Linux_Py_3_7:
30-
python.version: '3.7'
31-
vmImageName: ubuntu-latest
32-
uploadCoverage: "false"
29+
# Linux_Py_3_7:
30+
# python.version: '3.7'
31+
# vmImageName: ubuntu-latest
32+
# uploadCoverage: "false"
3333

3434
Linux_Py_3_8:
3535
python.version: '3.8'
@@ -136,9 +136,9 @@ stages:
136136

137137
steps:
138138
- task: UsePythonVersion@0
139-
displayName: 'Use Python 3.9'
139+
displayName: 'Use Python 3.8'
140140
inputs:
141-
versionSpec: '3.9'
141+
versionSpec: '3.8'
142142

143143
- template: steps/install-development-dependencies.yml
144144

0 commit comments

Comments
 (0)