We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa8927 commit b32e455Copy full SHA for b32e455
1 file changed
bootstrap-salt.sh
@@ -2819,8 +2819,6 @@ __install_salt_from_repo() {
2819
${_pip_cmd} install --force-reinstall --break-system-packages "${_arch_dep}"
2820
fi
2821
2822
- echodebug "Running '${_pip_cmd} install ${_USE_BREAK_SYSTEM_PACKAGES} --no-deps --force-reinstall ${_PIP_INSTALL_ARGS} ${_TMP_DIR}/git/deps/salt*.whl'"
2823
-
2824
_PIP_VERSION_STRING=$(${_pip_cmd} --version)
2825
echodebug "Installed pip version: $_PIP_VERSION_STRING"
2826
_PIP_MAJOR_VERSION=$(echo "$_PIP_VERSION_STRING" | sed -E 's/^pip ([0-9]+)\..*/\1/')
0 commit comments