From 5ed9d7ef2a78bc477b0b9272892d3be40f9b3bc5 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 16 Oct 2019 22:54:14 +0530 Subject: [PATCH] Install deps to fix build break --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 15e0ecb..e5c1f48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ test-template: &test-template steps: - run: command: | - apt update && apt install -y --no-install-recommends git make + apt update && apt install -y --no-install-recommends gcc git make libjpeg-dev zlib1g-dev pip install --upgrade setuptools flake8 pylint pillow - checkout - run: