mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-29 18:54:16 +03:00
Use python instead of python3 packages
This commit is contained in:
parent
1184c01bd6
commit
bf2ee413f2
6
.github/workflows/test-msys2.yml
vendored
6
.github/workflows/test-msys2.yml
vendored
|
@ -79,9 +79,9 @@ jobs:
|
||||||
libtiff:p \
|
libtiff:p \
|
||||||
libwebp:p \
|
libwebp:p \
|
||||||
openjpeg2:p \
|
openjpeg2:p \
|
||||||
python3-numpy:p \
|
python-numpy:p \
|
||||||
python3-olefile:p \
|
python-olefile:p \
|
||||||
python3-pip:p \
|
python-pip:p \
|
||||||
python-pyqt6:p
|
python-pyqt6:p
|
||||||
|
|
||||||
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