浏览代码

Install xeus-python for the js-debugger job

Jeremy Tuloup 4 年之前
父节点
当前提交
5719871e80
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      scripts/ci_install.sh

+ 5 - 0
scripts/ci_install.sh

@@ -35,3 +35,8 @@ if [[ $GROUP == nonode ]]; then
     sudo rm -rf $(which node)
     ! node
 fi
+
+# The debugger tests require a kernel that supports debugging
+if [[ $GROUP == js-debugger ]]; then
+    pip install xeus-python>=0.8
+fi