Browse Source

Install deps with git clone

Eric Charles 4 years ago
parent
commit
434f03dfe8
1 changed files with 14 additions and 0 deletions
  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