diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-07-09 16:19:27 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-07-09 16:19:27 -0700 |
commit | 2a046b71e373c917ae58100b28678ba77bc858e5 (patch) | |
tree | 9182e21b395a4df2bbebf001d1f311eb33d5a732 /tools/internal_ci | |
parent | 21a047a1aaf8454df08dbeff21b1d125baa9d3da (diff) |
Install Cython on python3.7
Diffstat (limited to 'tools/internal_ci')
-rwxr-xr-x | tools/internal_ci/macos/grpc_build_artifacts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/internal_ci/macos/grpc_build_artifacts.sh b/tools/internal_ci/macos/grpc_build_artifacts.sh index 4dcc528d80..54b171d209 100755 --- a/tools/internal_ci/macos/grpc_build_artifacts.sh +++ b/tools/internal_ci/macos/grpc_build_artifacts.sh @@ -25,6 +25,7 @@ python2.7 -m pip install cython setuptools wheel python3.4 -m pip install cython setuptools wheel python3.5 -m pip install cython setuptools wheel python3.6 -m pip install cython setuptools wheel +python3.7 -m pip install cython setuptools wheel # needed to build ruby artifacts time bash tools/distrib/build_ruby_environment_macos.sh |