Skip to content

Commit cf4eb59

Browse files
Don't load packages from cache
1 parent 71c2483 commit cf4eb59

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- checkout
1313

1414
# Load packages from cache
15-
- restore_cache:
16-
keys:
17-
- v1-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
15+
#- restore_cache:
16+
# keys:
17+
# - v1-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
1818

1919
# Python 3 installation tasks
2020
- run:
@@ -100,4 +100,4 @@ jobs:
100100
# build:
101101
# jobs:
102102
# - build:
103-
# context: karr_lab
103+
# context: karr_lab

0 commit comments

Comments
 (0)