소스 검색

fix appveyor

StalderT 7 년 전
부모
커밋
2bb2ea75d1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tools/appveyor/install.ps1

+ 2 - 1
tools/appveyor/install.ps1

@@ -4,10 +4,11 @@ $ErrorActionPreference = "Stop"
 
 Write-Host -ForegroundColor Green "`n### Installing CMake and python ###`n"
 & cinst --no-progress cmake python2
+& C:\Python27\python.exe -m pip install --upgrade pip
 & C:\Python27\Scripts\pip.exe install six
 
 Write-Host -ForegroundColor Green "`n### Installing sphinx ###`n"
-& pip install --user sphinx sphinx_rtd_theme
+& C:\Python27\Scripts\pip.exe install --user sphinx sphinx_rtd_theme
 
 Write-Host -ForegroundColor Green "`n### Installing Miktex ###`n"
 if (-not (Test-Path "c:\miktex\texmfs\install\miktex\bin\pdflatex.exe")) {