Skip to content

Commit

Permalink
Try upgrade setuptools==66.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Feb 15, 2024
1 parent 2393992 commit 91d25e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/run_tests/artifacts/build_artifact_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export AUDITWHEEL=${AUDITWHEEL:-auditwheel}
source tools/internal_ci/helper_scripts/prepare_ccache_symlinks_rc

# Needed for building binary distribution wheels -- bdist_wheel
"${PYTHON}" -m pip install --upgrade pip wheel setuptools
"${PYTHON}" -m pip install --upgrade pip wheel
"${PYTHON}" -m pip install setuptools==66.1.0

if [ "$GRPC_SKIP_PIP_CYTHON_UPGRADE" == "" ]
then
Expand Down

0 comments on commit 91d25e4

Please sign in to comment.