We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f15a00 commit 0802323Copy full SHA for 0802323
.pipelines/templates/PackageTestResultsAnalysis.yml
@@ -32,7 +32,8 @@ parameters:
32
default: "$(Agent.TempDirectory)"
33
34
steps:
35
- - bash: pip3 install --user junit_xml==1.9
+ # TODO: the "--index-url" argument must be removed once accessing internal ADO feeds from fork PR checks is supported.
36
+ - bash: pip3 install --user junit_xml==1.9 --index-url https://pypi.org/simple
37
retryCountOnTaskFailure: 3
38
displayName: "Install Python dependencies"
39
0 commit comments