From 9c6d8caf74cc5256385ef4f1102851868eb83b74 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Thu, 20 Jan 2022 08:22:41 -0500 Subject: [PATCH] Set global.disable-pip-version-check true --- conda_smithy/templates/build_steps.sh.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda_smithy/templates/build_steps.sh.tmpl b/conda_smithy/templates/build_steps.sh.tmpl index 2c9408675..ee2c740c8 100644 --- a/conda_smithy/templates/build_steps.sh.tmpl +++ b/conda_smithy/templates/build_steps.sh.tmpl @@ -41,6 +41,8 @@ CONDARC {%- if build_with_mambabuild %} {{ CONDA_INSTALL_CMD }} update --update-specs --yes --quiet "{{ remote_ci_setup }}" conda-build pip {{ GET_BOA }}-c conda-forge {%- endif %} +# Disable annoying pip checks during failed installs +pip config set global.disable-pip-version-check true {% if local_ci_setup %} conda uninstall --quiet --yes --force "{{ remote_ci_setup }}" pip install --no-deps ${RECIPE_ROOT}/.