Skip to content

Commit 573dd97

Browse files
authored
Merge pull request #885 from bashtage/remove-parallel
MAINT: Remove paralle for Azure
2 parents 638b9da + 5ab2e3b commit 573dd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/azure/azure_template_posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python39_latest:
3030
python.version: '3.9'
3131

32-
maxParallel: 10
32+
# maxParallel: 10
3333

3434
steps:
3535
- task: UsePythonVersion@0

ci/azure/azure_template_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python39_latest:
3030
python.version: '3.9'
3131

32-
maxParallel: 10
32+
# maxParallel: 10
3333

3434
steps:
3535
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)