From 3da73374a1a7870022dd0f9bd9d81581a438b5ba Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:34:10 +0800 Subject: [PATCH] Remove pip cache (#454) --- .circleci/continue-config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index 864fe833..daf3b370 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -46,9 +46,6 @@ jobs: echo "Canceling workflow as too much time has elapsed" curl -X POST --header "Content-Type: application/json" "https://circleci.com/api/v2/workflow/${CIRCLE_WORKFLOW_ID}/cancel?circle-token=${BUILD_TIMER_TOKEN}" - checkout - - restore_cache: - name: "Restore pip cache" - key: &pip-cache pip-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }} - restore_cache: name: "Restore build cache" key: spu-build-comp-{{ arch }}- @@ -79,10 +76,6 @@ jobs: find bazel-testlogs/ -type f -name "test.log" -print0 | xargs -0 tar -cvzf test_logs.tar.gz exit ${test_status} - - save_cache: - key: *pip-cache - paths: - - /usr/local/lib64/python3.8/site-packages - run: name: Cleanup and compress cache command: |