File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - template : install-azure-cli-edge.yml
1414
1515 - ${{ if eq(parameters.runWithAzureCliReleased, 'true') }} :
16- - template : install-azure-cli-released .yml
16+ - template : install-azure-cli-edge .yml
1717
1818 - template : download-install-local-azure-test-sdk.yml
1919
3535 testResultsFormat : ' JUnit'
3636 testResultsFiles : ' **TEST-*.xml'
3737 searchFolder : ' $(System.DefaultWorkingDirectory)'
38- condition : succeededOrFailed()
38+ condition : succeededOrFailed()
Original file line number Diff line number Diff line change 33 displayName : ' Upgrade pip'
44- script : pip install wheel==0.30.0
55 displayName : ' Install Wheel'
6- - script : pip install pytest==4.6.6
6+ - script : pip install pytest==6.2.5
77 displayName : ' Install pytest'
88- script : pip install coverage
99 displayName : ' Install coverage'
1010- script : pip install pytest-cov
11- displayName : ' Install pytest-cov'
11+ displayName : ' Install pytest-cov'
You can’t perform that action at this time.
0 commit comments