mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18: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
|
# Ensure pkg-config is available
|
||||||
build_pkg_config
|
build_pkg_config
|
||||||
# Ensure cmake is available
|
# Ensure cmake is available
|
||||||
python3 -m pip cmake
|
python3 -m pip install cmake
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wrap_wheel_builder build
|
wrap_wheel_builder build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user