From f06ea8263773c80f4df2b5d9311bf409a3bfb9e8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Sep 2019 01:56:41 -0400 Subject: [PATCH] slows things down --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a582974..11536d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,8 +19,8 @@ jobs: steps: - checkout - - setup_remote_docker: - docker_layer_caching: true + # - setup_remote_docker: + # docker_layer_caching: true - run: name: $ pipenv install command: pipenv install --dev --deploy --system