Skip to content

Commit 1787fc5

Browse files
CBL-Mariner-BotPawelWMSjslobodzian
authored
[AUTO-CHERRYPICK] [2.0] Added a workaround for PR checks from forked repos. - branch main (#14254)
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com> Co-authored-by: jslobodzian <joslobo@microsoft.com>
1 parent 5f2af57 commit 1787fc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)