Skip to content

Commit

Permalink
rest maxParallel back to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan committed Oct 1, 2024
1 parent 838117b commit 4a9633c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/client.test.live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeoutInMinutes: 120

strategy:
# maxParallel: 1
maxParallel: 1
matrix:
# x64 Python 3.8:
# PythonArchitecture: 'x64'
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
vmImage: 'macos-latest'

strategy:
# maxParallel: 1
maxParallel: 1
matrix:
# Python 3.8:
# PythonBin: 'python3'
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
vmImage: 'ubuntu-20.04'

strategy:
# maxParallel: 1
maxParallel: 1
matrix:
# Python 3.8:
# PythonVersion: '$(PythonVersion38)'
Expand Down

0 comments on commit 4a9633c

Please sign in to comment.