From 8fb222f4a726678d6476ce9a8f77bc3ccf68e627 Mon Sep 17 00:00:00 2001 From: Cheng Date: Wed, 30 Jul 2025 15:17:00 +0900 Subject: [PATCH] Revert "Save uv cache" This reverts commit aaa7b822cc1a9a639d998038df742912828e649e. --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0643f384d..d75122083 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,9 +69,6 @@ jobs: resource_class: large steps: - checkout - - restore_cache: - keys: - - cpu-{{ arch }}- - run: name: Run style checks command: | @@ -114,10 +111,6 @@ jobs: - run: name: Run CPP tests command: ./build/tests/tests - - save_cache: - key: cpu-{{ arch }}-{{ epoch }} - paths: - - /home/circleci/.cache/uv mac_build_and_test: parameters: @@ -250,7 +243,6 @@ jobs: key: cuda-<< parameters.image_date >>-{{ arch }}-{{ epoch }} paths: - /home/circleci/.cache/ccache - - /home/circleci/.cache/uv build_release: parameters: