Skip to content

Commit cec9a33

Browse files
committed
Install pip
1 parent a111e6f commit cec9a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mingw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ install:
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"
2828
- C:\cygwin64\bin\bash -c "apt-cyg install cmake zlib-devel libexpat-devel python38 python38-pip"
29-
- C:\cygwin64\bin\bash -c "python -m pip install --upgrade pip;pip3.exe install lxml"
29+
- C:\cygwin64\bin\bash -c "python3 -m pip install --upgrade pip"
30+
- C:\cygwin64\bin\bash -c "pip install lxml"
3031

3132
build_script:
3233
- cmd: rem set CMD=mkdir -p build

0 commit comments

Comments
 (0)