Change python version in CI pipeline to fix a VM image version bump that broke the process.
This commit is contained in:
parent
bee17c262a
commit
f8ac042b8f
|
@ -1,7 +1,7 @@
|
|||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.7.4'
|
||||
versionSpec: '3.7'
|
||||
addToPath: true
|
||||
|
||||
- script: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.7.4'
|
||||
versionSpec: '3.7'
|
||||
addToPath: true
|
||||
|
||||
- script: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user