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