瀏覽代碼

fix handling of server dependency

Steven Silvester 5 年之前
父節點
當前提交
83e9fd7925
共有 2 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      scripts/travis_install.sh
  2. 0 2
      scripts/travis_script.sh

+ 0 - 1
scripts/travis_install.sh

@@ -17,7 +17,6 @@ mkdir ~/.jupyter
 pip install -q --upgrade pip
 pip --version
 pip install -e ".[test]"
-pip install -U --pre jupyterlab_server
 jlpm versions
 jlpm config current
 jupyter serverextension enable --py jupyterlab

+ 0 - 2
scripts/travis_script.sh

@@ -195,8 +195,6 @@ if [[ $GROUP == usage ]]; then
     # Make sure core mode works
     jlpm run build:core
     # Make sure we have a final released version of JupyterLab server
-    pip uninstall -y jupyterlab_server
-    pip install jupyterlab_server
     python -m jupyterlab.browser_check --core-mode
 
     # Make sure we can run the built app.