From 2393edc645619c919f5a40effd2678d7fa3d2c8b Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 5 Dec 2019 13:06:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20CircleCI:=20Install=20imagemagick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c1c5b3..a97d20b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: docker: - image: ubuntu:18.04 steps: - - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget + - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick - checkout - run: make install PIP_INSTALL="pip3 install" - run: pip3 install -r requirements-test.txt