فهرست منبع

Use update-reset instead of update

Lidi Zheng 5 سال پیش
والد
کامیت
7223e4360a
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

+ 1 - 2
tools/internal_ci/helper_scripts/prepare_build_macos_rc

@@ -89,10 +89,9 @@ then
   # python
   # python
   time pip install --user virtualenv
   time pip install --user virtualenv
   time pip install --user --upgrade Mako six tox setuptools==44.1.1 twisted pyyaml pyjwt cryptography requests
   time pip install --user --upgrade Mako six tox setuptools==44.1.1 twisted pyyaml pyjwt cryptography requests
-  export PYTHONPATH=/Library/Python/3.4/site-packages
 
 
   # make sure md5sum is available (requires coreutils 8.31+)
   # make sure md5sum is available (requires coreutils 8.31+)
-  brew update
+  brew update-reset
   brew upgrade coreutils
   brew upgrade coreutils
 
 
   # Install Python 3.7 and Python 3.8
   # Install Python 3.7 and Python 3.8