From 297fe5ecdd841ef6807d83c82f7e9ee7e56f0e62 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 9 Oct 2024 22:15:36 +0300 Subject: [PATCH] FIXUP: Make run-tests CI job require cached tessdata --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46a4de4..fefccdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -338,7 +338,9 @@ jobs: run-tests: name: "run tests (${{ matrix.distro }} ${{ matrix.version }})" runs-on: ubuntu-latest - needs: build-container-image + needs: + - build-container-image + - download-tessdata strategy: matrix: include: