1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 11:49:53 +02:00
This commit is contained in:
Robert Sachunsky 2022-02-11 07:50:04 +01:00
parent 332d02b13e
commit 13031d585f
2 changed files with 2 additions and 3 deletions

View file

@ -14,8 +14,7 @@ jobs:
- run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8"
- checkout
- run: pip3 install --upgrade pip
- run: make install PIP_INSTALL="pip3 install"
- run: pip3 install -r requirements-test.txt
- run: make install deps-test PIP_INSTALL="pip3 install"
- run: make coverage LC_ALL=en_US.utf8
- codecov/upload

View file

@ -54,7 +54,7 @@ actevedef_718448162:
# Install testing python deps via pip
deps-test:
$(PIP) install -r requirements_test.txt
$(PIP_INSTALL) -r requirements-test.txt
# Clone OCR-D/assets to ./repo/assets