Skip to content

Commit

Permalink
Don't load packages from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshaikh42 authored Aug 26, 2019
1 parent 71c2483 commit cf4eb59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- checkout

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

# Python 3 installation tasks
- run:
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
# build:
# jobs:
# - build:
# context: karr_lab
# context: karr_lab

0 comments on commit cf4eb59

Please sign in to comment.