Skip to content

Commit 19fe560

Browse files
committed
Com'on pip3.
1 parent 1157f87 commit 19fe560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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 "pip install lxml"
29+
- C:\cygwin64\bin\bash -c "pip3 install lxml"
3030

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

0 commit comments

Comments
 (0)