mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
fix deps
This commit is contained in:
parent
332d02b13e
commit
13031d585f
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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…
Add table
Add a link
Reference in a new issue