浏览代码

Install deps with git clone

Eric Charles 4 年之前
父节点
当前提交
434f03dfe8
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      scripts/ci_install.sh

+ 14 - 0
scripts/ci_install.sh

@@ -10,6 +10,20 @@ set -o pipefail
 sudo rm -rf $(which yarn)
 ! yarn
 
+## TOD(@echarles) Remove this once deps are released
+git clone https://github.com/jupyter/jupyter_server.git --depth 1 && \
+  cd jupyter_server && \
+  pip install -e .[test] && \
+  cd ..
+git clone https://github.com/Zsailer/nbclassic.git --depth 1 && \
+  cd nbclassic && \
+  pip install -e .[test] && \
+  cd ..
+git clone https://github.com/datalayer-contrib/jupyterlab-server.git --branch jupyter_server --depth 1 && \
+  cd nbclassic && \
+  pip install -e .[test] && \
+  cd ..
+
 # create jupyter base dir (needed for config retrieval)
 mkdir ~/.jupyter