Add missing python six package to AppVeyor CI
This commit is contained in:
@@ -66,7 +66,7 @@ before_build:
|
||||
- set PATH=C:\Python36-x64;%PATH%
|
||||
- tools\which python.exe
|
||||
- python -V
|
||||
- python -m pip install virtualenv wheel
|
||||
- python -m pip install virtualenv wheel six
|
||||
# - set PATH="C:\Program Files\Java\jdk1.8.0\bin";%PATH%
|
||||
- if "%BUILDER%"=="cmake" cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -G "%CMAKE_GENERATOR%"
|
||||
- if "%BUILDER%"=="make" del "C:\Program Files\Git\usr\bin\sh.exe"
|
||||
|
||||
Reference in New Issue
Block a user