From 059bb8bf07d633ad40762e440f2b6add20ff46cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=95=D1=81?= =?UTF-8?q?=D0=B0=D1=80=D0=B5=D0=B2?= Date: Thu, 22 Feb 2018 14:21:23 +0500 Subject: [PATCH] try to fix circleci config --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ea6b4f..91b5151 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,13 +30,11 @@ jobs: - run: name: install dependencies command: | - python -m venv venv - . venv/bin/activate - pip install -r requirements.txt + pip install -r requirements-ci.txt - save_cache: paths: - - ./venv + - . key: v1-dependencies-{{ checksum "requirements-ci.txt" }} # run tests!