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