Forráskód Böngészése

Make sure we are using conda env

Steven Silvester 8 éve
szülő
commit
c1f5a516de
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      scripts/travis_script.sh

+ 2 - 1
scripts/travis_script.sh

@@ -8,6 +8,7 @@ export DISPLAY=:99.0
 sh -e /etc/init.d/xvfb start || true
 
 # Install in-place and install the server extension
+export PATH="$HOME/miniconda/bin:$PATH"
 pip install -v -e .
 jupyter serverextension enable --py jupyterlab
 
@@ -15,7 +16,7 @@ npm run clean
 npm run build
 npm test
 npm run test:coverage
-export PATH="$HOME/miniconda/bin:$PATH"
+
 npm run build:examples
 npm run docs
 cp jupyter-plugins-demo.gif docs