File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ install:
2525 - cd %APPVEYOR_BUILD_FOLDER%
2626 - set "PATH=c:\cygwin64\usr\local\bin;c:\cygwin64\bin;c:\cygwin64\usr\bin;c:\cygwin64\usr\sbin;"
2727 - C:\cygwin64\bin\bash -c "wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg ; chmod +x apt-cyg; mv apt-cyg /usr/local/bin"
28- - C:\cygwin64\bin\bash -c "apt-cyg install cmake zlib-devel libexpat-devel libxml2-devel libxslt-devel python38 python38-pip"
29- - C:\cygwin64\bin\bash -c "pip3 install lxml "
28+ - C:\cygwin64\bin\bash -c "apt-cyg install cmake zlib-devel libexpat-devel libxml2-devel libxslt-devel python38 python38-pip python38-libxml2 "
29+ - C:\cygwin64\bin\bash -c "/usr/bin/python3.8.exe -m pip install --upgrade pip "
3030
3131build_script :
3232 - cmd : rem set CMD=mkdir -p build
You can’t perform that action at this time.
0 commit comments