Update config.yml

transformer_model_integration
vahidrezanezhad 12 months ago committed by GitHub
parent cb1916a707
commit 0254a91eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save