Skip to content

Commit 406119c

Browse files
committed
python38-libxml2
1 parent 5c7731f commit 406119c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3131
build_script:
3232
- cmd: rem set CMD=mkdir -p build

0 commit comments

Comments
 (0)