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 236799b commit 8e09cd9Copy full SHA for 8e09cd9
eng/scripts/docs/Docs-ToC.ps1
@@ -12,6 +12,11 @@ function Get-WhlFile {
12
}
13
$pipCommandArgs += "$Library==$Version"
14
15
+ # JRS-REMOVE-START
16
+ pip --version
17
+ pip install --upgrade pip
18
+ # JRS-REMOVE-END
19
+
20
# download the whl file
21
Write-Host "pip download --quiet --only-binary :all: --dest $Destination --no-cache --no-deps $pipCommandArgs"
22
pip download --quiet --only-binary :all: --dest $Destination --no-cache --no-deps $pipCommandArgs
0 commit comments