Skip to content

Commit

Permalink
ci: download model first
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 22, 2022
1 parent d27f1a4 commit 65d15e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
steps:
- checkout
- run: make deps-ubuntu deps-test deps install assets
- run: ocrd resmgr download ocrd-kraken-segment blla.model
- run: make test

build-python37:
Expand All @@ -16,6 +17,7 @@ jobs:
steps:
- checkout
- run: make deps-ubuntu deps-test deps install assets
- run: ocrd resmgr download ocrd-kraken-segment blla.model
- run: make test

build-python38:
Expand All @@ -24,6 +26,7 @@ jobs:
steps:
- checkout
- run: make deps-ubuntu deps-test deps install assets
- run: ocrd resmgr download ocrd-kraken-segment blla.model
- run: make test

workflows:
Expand Down

0 comments on commit 65d15e5

Please sign in to comment.