From 4c9321eff1f63e9e01ce22116e52d663b7748f65 Mon Sep 17 00:00:00 2001 From: meejah Date: Wed, 4 Dec 2024 23:54:23 -0700 Subject: [PATCH] see if wheel cache works now --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 11f3e7a65..8c7bb76a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -210,7 +210,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" @@ -387,7 +387,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: ""