Skip to content

Commit 3346b4e

Browse files
author
Robert Sachunsky
committed
test assets: workaround for core#1189 / gt_structure_text#2
1 parent b6c8957 commit 3346b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lib.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ trap "trap 'echo exiting without removing $tmpdir' EXIT" ERR
55
trap "rm -rf $tmpdir" EXIT
66

77
OCRD_CIS_FILEGRP="OCR-D-GT-SEG-LINE"
8-
data_url="https://github.com/OCR-D/gt_structure_text/releases/download/v1.4.3/"
8+
data_url="https://github.com/OCR-D/gt_structure_text/releases/download/v1.2.4/"
99
function ocrd_cis_download_bagit() {
1010
local url="$data_url/$1"
1111
mkdir -p "$PWD/download"

0 commit comments

Comments
 (0)