diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 04fb30aa20f..6155b9059eb 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -106,10 +106,9 @@ function build_harfbuzz { function build_libavif { if [ -e libavif-stamp ]; then return; fi - echo "torch perl version" - perl --version - - build_openssl + if [[ "$MB_ML_VER" == 2014 ]]; then + yum install perl-IPC-Cmd + fi if [[ "$PLAT" == "aarch64" ]]; then # Once Amazon 2 is EOL on 30 June 2026, manylinux2014 will no longer be needed