Skip to content

Commit 2d65412

Browse files
committed
fix: fix readme test
Signed-off-by: samsja <sami.jaghouar@hotmail.fr>
1 parent a39c4f9 commit 2d65412

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/documentation/test_docs.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,12 @@ def test_readme():
7272
check_md_file(
7373
fpath='README.md',
7474
memory=True,
75-
keyword_ignore=['tensorflow', 'fastapi', 'push', 'langchain', 'MovieDoc'],
75+
keyword_ignore=[
76+
'tensorflow',
77+
'fastapi',
78+
'push',
79+
'langchain',
80+
'MovieDoc',
81+
'jina',
82+
],
7683
)

0 commit comments

Comments
 (0)