Skip to content

Commit

Permalink
Merge branch 'dev/add-fontfile3-parsing' of github.com:DS4SD/docling-…
Browse files Browse the repository at this point in the history
…parse into dev/add-fontfile3-parsing
  • Loading branch information
PeterStaar-IBM committed Jan 23, 2025
2 parents dd3f02f + 50a2dbf commit fea86eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parse_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_reference_documents_from_filenames_with_keys():
rname = os.path.basename(pdf_doc)
fname = os.path.join(GROUNDTRUTH_FOLDER, rname + ".v1.json")

if GENERATE or (not os.path.exists(fname)):
if not os.getenv("CI") and (GENERATE or (not os.path.exists(fname))):
with open(fname, "w") as fw:
fw.write(json.dumps(pred_doc, indent=2))

Expand Down

0 comments on commit fea86eb

Please sign in to comment.