From 3dfc48bcf4b88beb480171c382cd8bd1be58cf90 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 28 Nov 2024 01:14:15 -0700 Subject: [PATCH] why do we care about this cache? --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b836cdc5b..8c2ca3290 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -216,7 +216,7 @@ jobs: # And tell pip where it can find out cached wheelhouse for fast wheel # installation, even for projects that don't distribute wheels. This # must also agree with the "save_cache" step below. - PIP_FIND_LINKS: "wheelhouse" +# PIP_FIND_LINKS: "wheelhouse" steps: - "checkout" @@ -393,7 +393,7 @@ jobs: # Convince all of our pip invocations to look at the cached wheelhouse # we maintain. WHEELHOUSE_PATH: &WHEELHOUSE_PATH "/tmp/wheelhouse" - PIP_FIND_LINKS: "file:///tmp/wheelhouse" +# PIP_FIND_LINKS: "file:///tmp/wheelhouse" # Upload the coverage report. UPLOAD_COVERAGE: ""