1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 03:39:55 +02:00

CircleCI: Install imagemagick

This commit is contained in:
Gerber, Mike 2019-12-05 13:06:59 +01:00
parent 99d04ddccb
commit 2393edc645

View file

@ -8,7 +8,7 @@ jobs:
docker: docker:
- image: ubuntu:18.04 - image: ubuntu:18.04
steps: 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 - checkout
- run: make install PIP_INSTALL="pip3 install" - run: make install PIP_INSTALL="pip3 install"
- run: pip3 install -r requirements-test.txt - run: pip3 install -r requirements-test.txt