[CI] Fix errors upgrading pip in-place on Appveyor
This commit is contained in:
parent
1b4ea04277
commit
4c1ab0c49d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version: 1.0.{build}
|
||||
install:
|
||||
- ps: |
|
||||
C:\Python27-x64\Scripts\pip.exe install --upgrade pip
|
||||
C:\Python27-x64\python.exe -m pip install --upgrade pip
|
||||
C:\Python27-x64\Scripts\pip.exe install --egg scons
|
||||
C:\Python27-x64\Scripts\pip.exe install numpy
|
||||
C:\Python27-x64\Scripts\pip.exe install cython
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue