Browse Source

Removing keyboard and microphone as it does not work within the CI

tags/v0.3.7rc0
haixuanTao 1 year ago
parent
commit
8f29012284
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/node_hub_test.sh

+ 1
- 1
.github/workflows/node_hub_test.sh View File

@@ -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)


Loading…
Cancel
Save