try to fix pip error

This commit is contained in:
jh 2019-09-10 12:48:10 -07:00
commit d2247740bd

View file

@ -11,7 +11,7 @@ version: '{branch}-{build}'
install: install:
# Download the latest prebuilt exe # Download the latest prebuilt exe
- ps: pip install -r appveyor/requirements.txt - ps: python -m pip install -r appveyor/requirements.txt
- ps: Set-Variable -Name "URL" -Value $(python appveyor/gdrive.py $ARCH) - ps: Set-Variable -Name "URL" -Value $(python appveyor/gdrive.py $ARCH)
- ps: Write-Output $URL - ps: Write-Output $URL
- cmd: cd %home% - cmd: cd %home%