Skip to content

Commit

Permalink
issue 3857 usage of CP_PIP_EXTRA_ARGS durin pip installation (#3858)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilinPavel authored Jan 10, 2025
1 parent 1775395 commit d456f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pipeline-launch/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ if [ ! -f "$CP_PYTHON2_PATH" ]; then
fi
echo "Local python interpreter found: $CP_PYTHON2_PATH"

check_python_module_installed "pip --version" || { curl -s "${GLOBAL_DISTRIBUTION_URL}tools/pip/2.7/get-pip.py" | $CP_PYTHON2_PATH; };
check_python_module_installed "pip --version" || { curl -s "${GLOBAL_DISTRIBUTION_URL}tools/pip/2.7/get-pip.py" | $CP_PYTHON2_PATH - $CP_PIP_EXTRA_ARGS; };

######################################################
# Configure the dependencies if needed
Expand Down

0 comments on commit d456f0f

Please sign in to comment.