Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try and fix appveyor.
  • Loading branch information
prabhuramachandran committed Jul 21, 2016
commit 6b95fe376034bcad1bd75c3975fffe552c25dc0b
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- ps: if ((Test-Path "c:/temp") -eq 0) { mkdir c:/temp }
- ps: (new-object net.webclient).DownloadFile($Env:vtk_url, 'c:/vtkpython.exe')
- ps: c:/vtkpython.exe /S /D=C:\vtk
- ps: python -m pip install --upgrade --no-use-wheel pip
- ps: python -m pip install --upgrade --no-binary :all: pip
- ps: pip install --upgrade wheel
- ps: pip --version
- cmd /v:on /e:on /c ".\appveyor-install.cmd"
Expand Down