Set max 1 parallel

This commit is contained in:
Garret Wassermann 2021-10-15 02:33:25 -04:00
parent 2d839df7a0
commit 751459e5c5

View File

@ -20,6 +20,7 @@ strategy:
PYTHON_VERSION: '3.9'
Python310:
PYTHON_VERSION: '3.10'
maxParallel: 1
steps:
- task: UsePythonVersion@0