Skip to content

Commit 8e09cd9

Browse files
committed
Add a couple of temp commands to get pip's version and upgrade
1 parent 236799b commit 8e09cd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/scripts/docs/Docs-ToC.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ function Get-WhlFile {
1212
}
1313
$pipCommandArgs += "$Library==$Version"
1414

15+
# JRS-REMOVE-START
16+
pip --version
17+
pip install --upgrade pip
18+
# JRS-REMOVE-END
19+
1520
# download the whl file
1621
Write-Host "pip download --quiet --only-binary :all: --dest $Destination --no-cache --no-deps $pipCommandArgs"
1722
pip download --quiet --only-binary :all: --dest $Destination --no-cache --no-deps $pipCommandArgs

0 commit comments

Comments
 (0)