mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +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
|
||||
run: |
|
||||
pacman -S --noconfirm \
|
||||
pactoys \
|
||||
subversion
|
||||
|
||||
pacboy -S --noconfirm \
|
||||
freetype:p \
|
||||
gcc:p \
|
||||
|
@ -66,8 +70,7 @@ jobs:
|
|||
python3-olefile:p \
|
||||
python3-pip:p \
|
||||
python3-setuptools:p \
|
||||
python-pyqt6:p \
|
||||
subversion:
|
||||
python-pyqt6:p
|
||||
|
||||
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user