From 6a89b0263bab8a53b6308201abeb285638fcb2c2 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 28 Nov 2024 01:16:37 -0700 Subject: [PATCH] less less care --- .circleci/setup-virtualenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/setup-virtualenv.sh b/.circleci/setup-virtualenv.sh index 54d4804d8..fda4c438b 100755 --- a/.circleci/setup-virtualenv.sh +++ b/.circleci/setup-virtualenv.sh @@ -26,7 +26,7 @@ shift || : # Tell pip where it can find any existing wheels. ##export PIP_FIND_LINKS="file://${WHEELHOUSE_PATH}" -export PIP_NO_INDEX="1" +##export PIP_NO_INDEX="1" # Get everything else installed in it, too. "${BOOTSTRAP_VENV}"/bin/tox \