diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e9f5d389..c7a04b35 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,8 @@ jobs: dependsOn: 'Test' pool: vmImage: 'Ubuntu-latest' - + + steps: - task: UsePythonVersion@0 inputs: versionSpec: '3.x'