1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

✔️ Move installing deps to Makefile

This commit is contained in:
Gerber, Mike 2022-02-24 16:54:56 +01:00
parent 97e28a9f67
commit 50877f87be
2 changed files with 4 additions and 2 deletions

View file

@ -11,10 +11,9 @@ jobs:
- LC_ALL=C.UTF-8
- PYTHONIOENCODING: utf-8
steps:
- run: apt-get update; apt-get install -y make git curl wget imagemagick
- checkout
- run: pip3 install --upgrade pip
- run: make install deps-test PIP_INSTALL="pip3 install"
- run: make install deps-test-ubuntu PIP_INSTALL="pip3 install"
- run: make coverage
- codecov/upload