Skip to content

Commit 9932d0c

Browse files
hugovkradarhere
authored andcommitted
Sort dependencies
1 parent 76478c6 commit 9932d0c

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

.github/workflows/test-cygwin.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,34 @@ jobs:
3434
with:
3535
platform: x86_64
3636
packages: >
37-
ImageMagick gcc-g++ ghostscript jpeg libfreetype-devel
38-
libimagequant-devel libjpeg-devel liblapack-devel
39-
liblcms2-devel libopenjp2-devel libraqm-devel
40-
libtiff-devel libwebp-devel libxcb-devel libxcb-xinerama0
41-
make netpbm perl
37+
gcc-g++
38+
ghostscript
39+
ImageMagick
40+
jpeg
41+
libfreetype-devel
42+
libimagequant-devel
43+
libjpeg-devel
44+
liblapack-devel
45+
liblcms2-devel
46+
libopenjp2-devel
47+
libraqm-devel
48+
libtiff-devel
49+
libwebp-devel
50+
libxcb-devel
51+
libxcb-xinerama0
52+
make
53+
netpbm
54+
perl
4255
python3${{ matrix.python-minor-version }}-cffi
4356
python3${{ matrix.python-minor-version }}-cython
4457
python3${{ matrix.python-minor-version }}-devel
4558
python3${{ matrix.python-minor-version }}-numpy
4659
python3${{ matrix.python-minor-version }}-sip
4760
python3${{ matrix.python-minor-version }}-tkinter
48-
qt5-devel-tools subversion xorg-server-extra zlib-devel
61+
qt5-devel-tools
62+
subversion
63+
xorg-server-extra
64+
zlib-devel
4965
5066
- name: Add Lapack to PATH
5167
uses: egor-tensin/cleanup-path@v3

.github/workflows/test-mingw.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
pacman -S --noconfirm \
48-
${{ matrix.package }}-python3-cffi \
49-
${{ matrix.package }}-python3-numpy \
50-
${{ matrix.package }}-python3-olefile \
51-
${{ matrix.package }}-python3-pip \
52-
${{ matrix.package }}-python3-setuptools \
5348
${{ matrix.package }}-freetype \
5449
${{ matrix.package }}-gcc \
5550
${{ matrix.package }}-ghostscript \
@@ -60,6 +55,11 @@ jobs:
6055
${{ matrix.package }}-libtiff \
6156
${{ matrix.package }}-libwebp \
6257
${{ matrix.package }}-openjpeg2 \
58+
${{ matrix.package }}-python3-cffi \
59+
${{ matrix.package }}-python3-numpy \
60+
${{ matrix.package }}-python3-olefile \
61+
${{ matrix.package }}-python3-pip \
62+
${{ matrix.package }}-python3-setuptools \
6363
subversion
6464
6565
if [ ${{ matrix.package }} == "mingw-w64-x86_64" ]; then

0 commit comments

Comments
 (0)