From a609754e04e3ad8ab6635007e2486a0c134e10f8 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Mon, 9 Sep 2024 16:58:01 +0200 Subject: [PATCH] Add test for both parler and qwenvl2 --- .github/workflows/node_hub_test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node_hub_test.sh b/.github/workflows/node_hub_test.sh index edc6e832a..dc2eacfb9 100755 --- a/.github/workflows/node_hub_test.sh +++ b/.github/workflows/node_hub_test.sh @@ -2,8 +2,7 @@ set -euo # List of ignored modules -# TODO: Fix HF github action issue. -ignored_folders=("dora-internvl" "dora-parler" "dora-qwenvl" "dora-keyboard" "dora-microphone" "terminal-input") +ignored_folders=("dora-internvl" "dora-parler" "dora-keyboard" "dora-microphone" "terminal-input") for dir in node-hub/*/ ; do # Get the base name of the directory (without the path)