Skip to content

Commit 3876a4f

Browse files
committed
Adding certain folder to test skipped
1 parent 50c45b8 commit 3876a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node_hub_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CI=${GITHUB_ACTIONS:-false}
88
ignored_folders=("dora-parler" "dora-opus" "dora-internvl" "dora-magma")
99

1010
# Skip test
11-
skip_test_folders=("dora-internvl" "dora-parler" "dora-keyboard" "dora-microphone" "terminal-input" "dora-magma")
11+
skip_test_folders=("dora-internvl" "dora-parler" "dora-keyboard" "dora-microphone" "terminal-input" "dora-magma" "dora-phi4" "dora-qwen2-5-vl")
1212

1313
# Get current working directory
1414
dir=$(pwd)

node-hub/dora-qwen2-5-vl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
description = "Dora Node for VLM"
99
license = { text = "MIT" }
1010
readme = "README.md"
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212

1313
dependencies = [
1414
"dora-rs >= 0.3.9",

0 commit comments

Comments
 (0)