From fd640afcd8d1e35bac95337fb99dec0b7764b32b Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 17 Dec 2020 22:13:05 +1100 Subject: [PATCH] Add comment on CI strategy [ci skip] --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64e938992..5455da360 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,6 +34,7 @@ jobs: dependsOn: "Validate" strategy: matrix: + # We're only running one platform per Python version to speed up builds Python36Linux: imageName: "ubuntu-16.04" python.version: "3.6"