Skip to content

Commit

Permalink
fix grpc_distribtests_python on macos monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Oct 6, 2022
1 parent 6c6b1b9 commit 94d918a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/internal_ci/macos/grpc_distribtests_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ source tools/internal_ci/helper_scripts/prepare_build_macos_rc

# TODO(jtattermusch): cleanup this prepare build step (needed for python artifact build)
# install cython for all python versions
python2.7 -m pip install -U cython setuptools==44.1.1 wheel --user
python3.5 -m pip install -U cython setuptools==44.1.1 wheel --user
python3.6 -m pip install -U cython setuptools==44.1.1 wheel --user
python3.7 -m pip install -U cython setuptools==44.1.1 wheel --user
Expand Down

0 comments on commit 94d918a

Please sign in to comment.