From cc645ca5b5cb4eb6ccfaf3d62943f3a2b024c8dd Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Tue, 5 Jan 2021 13:45:03 -0800 Subject: [PATCH] Fix iOS binary size build --- tools/internal_ci/helper_scripts/prepare_build_macos_rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc index c6997dcb1e0..f469d57f4b7 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc @@ -67,7 +67,7 @@ then time git clone --depth 1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master # Needed for ios-binary-size - time pip install --user pyyaml pyjwt pyOpenSSL cryptography requests + time pip install --user pyyaml pyjwt==1.7.1 pyOpenSSL cryptography requests # Store intermediate build files of ObjC tests into /tmpfs # TODO(jtattermusch): this has likely been done to avoid running @@ -85,7 +85,7 @@ if [ "${PREPARE_BUILD_INSTALL_DEPS_PYTHON}" == "true" ] then # python time pip install --user virtualenv - time pip install --user --upgrade Mako tox setuptools==44.1.1 twisted pyyaml pyjwt pyOpenSSL cryptography requests + time pip install --user --upgrade Mako tox setuptools==44.1.1 twisted pyyaml pyjwt==1.7.1 pyOpenSSL cryptography requests # Install Python 3.7 if it doesn't exist if [ ! -f "/usr/local/bin/python3.7" ]; then