mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-09 12:19:56 +02:00
Update config.yml
This commit is contained in:
parent
cb1916a707
commit
0254a91eb1
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ jobs:
|
|||
- restore_cache:
|
||||
keys:
|
||||
- ocrd-resources-{{ checksum "requirements.txt" }}-{{ checksum "Makefile" }}
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: make install
|
||||
- run: make model
|
||||
- save_cache:
|
||||
|
@ -27,6 +28,7 @@ jobs:
|
|||
- restore_cache:
|
||||
keys:
|
||||
- ocrd-resources-{{ checksum "requirements.txt" }}-{{ checksum "Makefile" }}
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: make install
|
||||
- run: make model
|
||||
- save_cache:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue