ci: Fix pip upgrade warning (#6576)

This commit is contained in:
Teddy Reed 2020-08-03 10:40:03 -04:00 committed by GitHub
parent 7a148eea0b
commit c08322b764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,6 +287,7 @@ jobs:
- powershell: |
cmake --version
$python3_path = ((Get-Item C:\hostedtoolcache\windows\Python\3*\x64) | Sort-Object -Descending)[0].FullName
& $python3_path\python -m pip install --upgrade pip --no-warn-script-location
& $python3_path\python -m pip install setuptools psutil timeout_decorator thrift==0.11.0 osquery pywin32
displayName: Install tests prerequisites