We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1157f87 commit 19fe560Copy full SHA for 19fe560
mingw.yml
@@ -26,7 +26,7 @@ install:
26
- set "PATH=c:\cygwin64\usr\local\bin;c:\cygwin64\bin;c:\cygwin64\usr\bin;c:\cygwin64\usr\sbin;"
27
- 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 python38 python38-pip"
29
- - C:\cygwin64\bin\bash -c "pip install lxml"
+ - C:\cygwin64\bin\bash -c "pip3 install lxml"
30
31
build_script:
32
- cmd: rem set CMD=mkdir -p build
0 commit comments