mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
CI: Sort the Cygwin requirements.
This commit is contained in:
parent
7605e46011
commit
1674e425a7
16
.github/workflows/test-cygwin.yml
vendored
16
.github/workflows/test-cygwin.yml
vendored
|
@ -28,16 +28,18 @@ jobs:
|
||||||
with:
|
with:
|
||||||
platform: ${{ matrix.architecture }}
|
platform: ${{ matrix.architecture }}
|
||||||
packages: >
|
packages: >
|
||||||
ImageMagick jpeg python3${{ matrix.python-minor-version }}-cffi
|
ImageMagick gcc-g++ ghostscript jpeg libfreetype-devel
|
||||||
|
libimagequant-devel libjpeg-devel liblapack-devel
|
||||||
|
liblcms2-devel libopenjp2-devel libraqm-devel
|
||||||
|
libtiff-devel libwebp-devel libxcb-devel libxcb-xinerama0
|
||||||
|
make netpbm perl
|
||||||
|
python3${{ matrix.python-minor-version }}-cffi
|
||||||
|
python3${{ matrix.python-minor-version }}-cython
|
||||||
python3${{ matrix.python-minor-version }}-devel
|
python3${{ matrix.python-minor-version }}-devel
|
||||||
python3${{ matrix.python-minor-version }}-numpy
|
python3${{ matrix.python-minor-version }}-numpy
|
||||||
python3${{ matrix.python-minor-version }}-cython liblapack-devel gcc-g++
|
|
||||||
python3${{ matrix.python-minor-version }}-sip
|
python3${{ matrix.python-minor-version }}-sip
|
||||||
python3${{ matrix.python-minor-version }}-tkinter ghostscript
|
python3${{ matrix.python-minor-version }}-tkinter
|
||||||
libfreetype-devel libimagequant-devel libjpeg-devel liblcms2-devel
|
qt5-devel-tools subversion xorg-server-extra zlib-devel
|
||||||
libopenjp2-devel libraqm-devel libtiff-devel libwebp-devel libxcb-devel
|
|
||||||
libxcb-xinerama0 netpbm perl qt5-devel-tools xorg-server-extra zlib-devel
|
|
||||||
subversion make
|
|
||||||
|
|
||||||
- name: Add Lapack to PATH
|
- name: Add Lapack to PATH
|
||||||
uses: egor-tensin/cleanup-path@v1
|
uses: egor-tensin/cleanup-path@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user