Remove the maxParallel constraints. Let Azure take care of that.

This commit is contained in:
Robin Dunn
2020-10-09 12:22:48 -07:00
parent d17e0948f3
commit d1a68eac0f
3 changed files with 0 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ jobs:
python: 'python3.9'
make_venv: 'python3.9 -m venv venv'
venv_pkg: 'python3.9-venv'
maxParallel: 4
variables: {'PYTHONUNBUFFERED': '1'}

View File

@@ -22,7 +22,6 @@ jobs:
python_version: '3.9.0'
python_pkg: 'python-3.9.0-macosx10.9.pkg'
python: 'python3.9'
maxParallel: 4
variables: {'PYTHONUNBUFFERED': '1'}

View File

@@ -40,7 +40,6 @@ jobs:
# python.version: '3.9'
# python.arch: x64
# addToPath: true
maxParallel: 4
variables: {'PYTHONUNBUFFERED': '1'}