From 24bea80fcf9a556d33e781b300746b19fe5de5c5 Mon Sep 17 00:00:00 2001 From: verzelea Date: Wed, 13 Jan 2021 16:25:00 +0100 Subject: [PATCH] :construction_worker: remove pipfile --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9195ee9..3a298a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,6 @@ jobs: command: | python3 -m venv venv . venv/bin/activate - pip install pipenv --upgrade - pipenv lock pip install -r requirements/dev.txt - save_cache: key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}