Parallel testing isn't free automatically so skip for now

This commit is contained in:
Garret Wassermann 2021-10-15 02:22:45 -04:00
parent 36e5370a7d
commit 2d839df7a0

View File

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