From c8321a19f2b2aa046a8af4f9f342252103558613 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 30 Aug 2019 21:33:17 -0500 Subject: [PATCH] Fix inaccurate Azure job names --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b9850f2..15053f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: vmImage: 'ubuntu-latest' strategy: matrix: - Python36: + Python37: python.version: '3.7' steps: @@ -62,7 +62,7 @@ jobs: vmImage: 'ubuntu-latest' strategy: matrix: - Python36: + Python37: python.version: '3.7' steps: @@ -76,6 +76,6 @@ jobs: set -e EXTRA_INSTALL="pymbolic matplotlib" curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh - . ./prepare-and-run-pylint.sh pytools test/test_*.py + . ./prepare-and-run-pylint.sh islpy test/test_*.py displayName: 'Pylint' -- GitLab