fix/readme-no-checkpoint
Robert Sachunsky 2 years ago
parent 332d02b13e
commit 13031d585f

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

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

Loading…
Cancel
Save