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