✔️ Move installing deps to Makefile

fix/readme-no-checkpoint
Gerber, Mike 2 years ago
parent 97e28a9f67
commit 50877f87be

@ -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

@ -55,6 +55,9 @@ actevedef_718448162:
deps-test:
$(PIP_INSTALL) -r requirements-test.txt
deps-test-ubuntu: deps-test
apt-get install -y make git curl wget imagemagick
# Clone OCR-D/assets to ./repo/assets
repo/assets:

Loading…
Cancel
Save