Revert "Save uv cache"

This reverts commit aaa7b822cc.
This commit is contained in:
Cheng
2025-07-30 15:17:00 +09:00
parent 0bb6108fdf
commit 8fb222f4a7

View File

@@ -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: