mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Upgrade pip when building on AppVeyor
Warning messages from older pip versions cause AppVeyor to think that the build has failed and abort.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
version: 1.0.{build}
|
||||
install:
|
||||
- ps: |
|
||||
C:\Python27-x64\Scripts\pip.exe 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
|
||||
|
||||
Reference in New Issue
Block a user