mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Correct a dumb pip invocation error.
This commit is contained in:
parent
06dbfedb0f
commit
5a8373e527
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -194,7 +194,7 @@ if [[ -n "$IS_MACOS" ]]; then
|
|||
# Ensure pkg-config is available
|
||||
build_pkg_config
|
||||
# Ensure cmake is available
|
||||
python3 -m pip cmake
|
||||
python3 -m pip install cmake
|
||||
fi
|
||||
|
||||
wrap_wheel_builder build
|
||||
|
|
Loading…
Reference in New Issue
Block a user