mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-03 15:33:41 +03:00
Replace subversion with wget package
This commit is contained in:
parent
120d56b4ba
commit
7e35e15eee
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
||||||
python3${{ matrix.python-minor-version }}-sip
|
python3${{ matrix.python-minor-version }}-sip
|
||||||
python3${{ matrix.python-minor-version }}-tkinter
|
python3${{ matrix.python-minor-version }}-tkinter
|
||||||
qt5-devel-tools
|
qt5-devel-tools
|
||||||
subversion
|
wget
|
||||||
xorg-server-extra
|
xorg-server-extra
|
||||||
zlib-devel
|
zlib-devel
|
||||||
|
|
||||||
|
|
2
.github/workflows/test-mingw.yml
vendored
2
.github/workflows/test-mingw.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
${{ matrix.package }}-python3-olefile \
|
${{ matrix.package }}-python3-olefile \
|
||||||
${{ matrix.package }}-python3-pip \
|
${{ matrix.package }}-python3-pip \
|
||||||
${{ matrix.package }}-python3-setuptools \
|
${{ matrix.package }}-python3-setuptools \
|
||||||
subversion
|
${{ matrix.package }}-wget
|
||||||
|
|
||||||
if [ ${{ matrix.package }} == "mingw-w64-x86_64" ]; then
|
if [ ${{ matrix.package }} == "mingw-w64-x86_64" ]; then
|
||||||
pacman -S --noconfirm \
|
pacman -S --noconfirm \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user