瀏覽代碼

Merge branch 'main' into binding

Falko Schindler 2 年之前
父節點
當前提交
0bd12417b9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test_startup.sh

+ 4 - 0
test_startup.sh

@@ -36,6 +36,10 @@ do
         # NOTE: chat_with_ai example is not working with python 3.7
         continue
     fi
+    if [[ $path == *"ai_interface"* ]] && [[ $(python3 --version) == *"3.7"* ]]; then
+        # NOTE: ai_interface example is not working with python 3.7
+        continue
+    fi
     if test -f $path/start.sh; then
         check $path/start.sh dev || error=1 
     elif test -f $path/main.py; then