Skip to content

Commit 13a9b8a

Browse files
committed
fix
1 parent 9d9ed62 commit 13a9b8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@ def add_test_methods(cls):
9999

100100
if (
101101
not reason
102-
and name in {"plot_export_locate_issue.py", "plot_export_with_auto.py"}
102+
and name
103+
in {
104+
"plot_export_locate_issue.py",
105+
"plot_export_with_auto.py",
106+
"plot_export_hub_codellama.py",
107+
}
103108
and not has_torch("2.8")
104109
):
105110
reason = "torch<2.8"

0 commit comments

Comments
 (0)