From 751459e5c5efcd9d76e443d586bbc18d0d07f429 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Fri, 15 Oct 2021 02:33:25 -0400 Subject: [PATCH] Set max 1 parallel --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e27b91d..780939d6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,6 +20,7 @@ strategy: PYTHON_VERSION: '3.9' Python310: PYTHON_VERSION: '3.10' + maxParallel: 1 steps: - task: UsePythonVersion@0