From 2d839df7a0f2dfa06be498c1151040dfa5582e38 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Fri, 15 Oct 2021 02:22:45 -0400 Subject: [PATCH] Parallel testing isn't free automatically so skip for now --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc39374a..6e27b91d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,6 @@ strategy: PYTHON_VERSION: '3.9' Python310: PYTHON_VERSION: '3.10' - maxParallel: 5 steps: - task: UsePythonVersion@0