ci: install previous python version for upgrade testing
This commit is contained in:
parent
1911e8e3a9
commit
1319c480c4
|
@ -131,6 +131,9 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
|
- task: UsePythonVersion@0
|
||||||
|
inputs:
|
||||||
|
versionSpec: '3.8'
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '3.9'
|
versionSpec: '3.9'
|
||||||
|
|
Reference in New Issue