From d9ea91f54829849bf2c403e91a55fbda5ee6253b Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Mon, 18 Jan 2021 18:28:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30be93c..f02e0a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,8 +16,6 @@ jobs: - restore_cache: keys: - dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} - # Fallback to using the latest cache if no exact match is found - - dependencies- - run: name: Install dependencies command: pip install -r requirements/dev.txt