From 85eb30d1c6c5da00e560f9faeefb2bd1d08b5e78 Mon Sep 17 00:00:00 2001
From: mmcky <mamckay@gmail.com>
Date: Sun, 4 Oct 2020 14:05:33 +1100
Subject: [PATCH] skip cache restore and rebuild cache

---
 .circleci/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2f441b54..3e1f7f1d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -52,9 +52,9 @@ jobs:
           paths:
             - ~/.cache/pip
 
-      - restore_cache:
-          keys:
-            - texlive
+      # - restore_cache:
+      #     keys:
+      #       - texlive
       - run:
           name: Install texlive
           command: |
-- 
GitLab