diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 58b8fa8..87d32eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,10 +40,7 @@ jobs: vmImage: 'Ubuntu-16.04' strategy: matrix: $[ dependencies.build_matrix.outputs['matrix.matrix'] ] - variables: - myVar: $[ dependencies.build_matrix.outputs['matrix.matrix'] ] steps: - - script: echo $(myVar) - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)'