Skip to content

Commit

Permalink
Merge pull request #885 from bashtage/remove-parallel
Browse files Browse the repository at this point in the history
MAINT: Remove paralle for Azure
  • Loading branch information
bashtage committed Jul 13, 2021
2 parents 638b9da + 5ab2e3b commit 573dd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure_template_posix.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
python39_latest:
python.version: '3.9'

maxParallel: 10
# maxParallel: 10

steps:
- task: UsePythonVersion@0
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure_template_windows.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
python39_latest:
python.version: '3.9'

maxParallel: 10
# maxParallel: 10

steps:
- task: UsePythonVersion@0
Expand Down

0 comments on commit 573dd97

Please sign in to comment.