Skip to content

Commit

Permalink
Remove pip cache (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 29, 2023
1 parent e15ee1d commit 3da7337
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}-
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 3da7337

Please sign in to comment.