Skip to content

Commit 4b737f6

Browse files
committed
Update ci-pr-pipeline.yml for Azure Pipelines
1 parent 8de379c commit 4b737f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-pr-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PYTHON_VERSION: '$(python.37)'
2727
Python38:
2828
PYTHON_VERSION: '$(python.38)'
29-
maxParallel: 2
29+
maxParallel: 3
3030

3131
steps:
3232
- powershell: |
@@ -59,7 +59,7 @@ jobs:
5959
pip install black
6060
displayName: 'Install dependencies'
6161
62-
- script:
62+
- script: |
6363
pip install pytest
6464
pip install pytest-cov
6565
pip install coveralls

0 commit comments

Comments
 (0)