Pārlūkot izejas kodu

Install xeus-python for the js-debugger job

Jeremy Tuloup 4 gadi atpakaļ
vecāks
revīzija
5719871e80
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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