From ac87e4bf749f6a68b8bbb63a1510c7ed6393a19d Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Fri, 3 May 2019 13:54:54 -0400 Subject: [PATCH] remove debugging stuff --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) 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)'