From 8f290122847b4085ceb857f4a3f823eadac7b4e6 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Wed, 4 Sep 2024 11:57:35 +0200 Subject: [PATCH] Removing keyboard and microphone as it does not work within the CI --- .github/workflows/node_hub_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node_hub_test.sh b/.github/workflows/node_hub_test.sh index 2cb31371..b7dc48c5 100755 --- a/.github/workflows/node_hub_test.sh +++ b/.github/workflows/node_hub_test.sh @@ -3,7 +3,7 @@ set -euo # List of ignored modules # TODO: Fix HF github action issue. -ignored_folders=("dora-distil-whisper" "dora-internvl" "dora-parler" "dora-qwenvl" ) +ignored_folders=("dora-distil-whisper" "dora-internvl" "dora-parler" "dora-qwenvl", "dora-keyboard", "dora-microphone" ) for dir in node-hub/*/ ; do # Get the base name of the directory (without the path)