Change python version in CI pipeline to fix a VM image version bump that broke the process.

This commit is contained in:
Federico Terzi 2019-11-02 21:25:12 +01:00
parent bee17c262a
commit f8ac042b8f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
inputs: inputs:
versionSpec: '3.7.4' versionSpec: '3.7'
addToPath: true addToPath: true
- script: | - script: |

View File

@ -1,7 +1,7 @@
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
inputs: inputs:
versionSpec: '3.7.4' versionSpec: '3.7'
addToPath: true addToPath: true
- script: | - script: |