Skip to content

Commit 0802323

Browse files
CBL-Mariner-BotPawelWMSaaruag
authored
[AUTO-CHERRYPICK] [3.0] Added a workaround for PR checks from forked repos. - branch 3.0-dev (microsoft#14255)
Co-authored-by: Pawel Winogrodzki <[email protected]> Co-authored-by: aaruag <[email protected]>
1 parent 8f15a00 commit 0802323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/templates/PackageTestResultsAnalysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ parameters:
3232
default: "$(Agent.TempDirectory)"
3333

3434
steps:
35-
- bash: pip3 install --user junit_xml==1.9
35+
# 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
3637
retryCountOnTaskFailure: 3
3738
displayName: "Install Python dependencies"
3839

0 commit comments

Comments
 (0)