From 076442a734f8fda49b0d127b2ebb7ea15141a296 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 29 Aug 2019 13:41:34 -0500 Subject: [PATCH] Fix Azure YAML --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2e68ab23..3de7ae18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ jobs: - - job: 'Pytest Python 2' + job: 'Python2' pool: vmImage: 'ubuntu-16.04' @@ -15,7 +15,7 @@ jobs: displayName: 'Pytest Conda' - - job: 'Pytest Python 3' + job: 'Python3' pool: vmImage: 'ubuntu-16.04' -- GitLab