From 77f8b62e3f426005cbd62835056769bf3214db52 Mon Sep 17 00:00:00 2001 From: Yiheng Wang Date: Mon, 29 Jan 2024 11:02:26 +0800 Subject: [PATCH] update exclude list to support new bundle check Signed-off-by: Yiheng Wang --- ci/get_bundle_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/get_bundle_list.py b/ci/get_bundle_list.py index 3e6d5393..440aeb54 100644 --- a/ci/get_bundle_list.py +++ b/ci/get_bundle_list.py @@ -15,7 +15,7 @@ from utils import get_sub_folders # new added bundles should temporarily be added to this list, and remove until they can be downloaded successfully -EXCLUDE_LIST = ["segmentation_template", "classification_template"] +EXCLUDE_LIST = [] def main(models_path):