Skip to content

Commit 8deaebd

Browse files
authored
Merge pull request #4868 from radarhere/duplicate
2 parents fa768c3 + ffb5075 commit 8deaebd

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/test-windows.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -218,23 +218,22 @@ jobs:
218218
- name: Install Dependencies
219219
run: |
220220
pacman -S --noconfirm \
221-
mingw-w64-x86_64-python3-pip \
222-
mingw-w64-x86_64-python3-setuptools \
223-
mingw-w64-x86_64-python3-pytest \
224-
mingw-w64-x86_64-python3-pytest-cov \
225221
mingw-w64-x86_64-python3-cffi \
226-
mingw-w64-x86_64-python3-olefile \
227222
mingw-w64-x86_64-python3-numpy \
223+
mingw-w64-x86_64-python3-olefile \
224+
mingw-w64-x86_64-python3-pip \
228225
mingw-w64-x86_64-python3-pyqt5 \
229-
mingw-w64-x86_64-python3-numpy \
226+
mingw-w64-x86_64-python3-pytest \
227+
mingw-w64-x86_64-python3-pytest-cov \
228+
mingw-w64-x86_64-python3-setuptools \
230229
mingw-w64-x86_64-freetype \
230+
mingw-w64-x86_64-ghostscript \
231231
mingw-w64-x86_64-lcms2 \
232-
mingw-w64-x86_64-libwebp \
233-
mingw-w64-x86_64-libjpeg-turbo \
234-
mingw-w64-x86_64-openjpeg2 \
235232
mingw-w64-x86_64-libimagequant \
233+
mingw-w64-x86_64-libjpeg-turbo \
236234
mingw-w64-x86_64-libraqm \
237-
mingw-w64-x86_64-ghostscript \
235+
mingw-w64-x86_64-libwebp \
236+
mingw-w64-x86_64-openjpeg2 \
238237
subversion
239238
240239
python3 -m pip install pyroma

0 commit comments

Comments
 (0)