Ver código fonte

Install xeus-python for the js-debugger job

Jeremy Tuloup 4 anos atrás
pai
commit
5719871e80
1 arquivos alterados com 5 adições e 0 exclusões
  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