mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 08:42:35 +03:00
make sure pacboy is installed
This commit is contained in:
parent
2e469bd639
commit
286db61d2e
7
.github/workflows/test-msys2.yml
vendored
7
.github/workflows/test-msys2.yml
vendored
|
@ -50,6 +50,10 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
pacman -S --noconfirm \
|
||||||
|
pactoys \
|
||||||
|
subversion
|
||||||
|
|
||||||
pacboy -S --noconfirm \
|
pacboy -S --noconfirm \
|
||||||
freetype:p \
|
freetype:p \
|
||||||
gcc:p \
|
gcc:p \
|
||||||
|
@ -66,8 +70,7 @@ jobs:
|
||||||
python3-olefile:p \
|
python3-olefile:p \
|
||||||
python3-pip:p \
|
python3-pip:p \
|
||||||
python3-setuptools:p \
|
python3-setuptools:p \
|
||||||
python-pyqt6:p \
|
python-pyqt6:p
|
||||||
subversion:
|
|
||||||
|
|
||||||
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
|
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user