Skip to content

Commit 65f6239

Browse files
committed
Debug
Signed-off-by: martinRenou <[email protected]>
1 parent 4c4582f commit 65f6239

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ install:
2323
- conda info -a
2424
- conda install -c conda-forge mamba
2525
- mamba install -c conda-forge nodejs=13 matplotlib
26-
- mamba install jupyterlab=3 ipywidgets jupyterlab_widgets -c conda-forge/label/jupyterlab_rc -c conda-forge/label/jupyterlab_server_rc -c conda-forge/label/jupyterlab_widgets_rc
26+
- mamba install jupyterlab=3 ipywidgets jupyterlab_widgets -c conda-forge/label/jupyterlab_rc -c conda-forge/label/jupyterlab_server_rc -c conda-forge/label/jupyterlab_widgets_rc -c conda-forge
2727
- pip install .
2828
script:
29-
- test -d $CONDA_PREFIX/share/jupyter/nbextensions/jupyter-matplotlib
30-
- test -f $CONDA_PREFIX/share/jupyter/nbextensions/jupyter-matplotlib/extension.js
31-
- test -f $CONDA_PREFIX/share/jupyter/nbextensions/jupyter-matplotlib/index.js
32-
- test -d $CONDA_PREFIX/share/jupyter/labextensions/jupyter-matplotlib
33-
- test -f $CONDA_PREFIX/share/jupyter/labextensions/jupyter-matplotlib/package.json
29+
- test -d $HOME/miniconda/share/jupyter/nbextensions/jupyter-matplotlib
30+
- test -f $HOME/miniconda/share/jupyter/nbextensions/jupyter-matplotlib/extension.js
31+
- test -f $HOME/miniconda/share/jupyter/nbextensions/jupyter-matplotlib/index.js
32+
- test -d $HOME/miniconda/share/jupyter/labextensions/jupyter-matplotlib
33+
- test -f $HOME/miniconda/share/jupyter/labextensions/jupyter-matplotlib/package.json
3434
- jupyter labextension list 2>&1 | grep -q jupyter-matplotlib
3535
- python -m jupyterlab.browser_check --NotebookApp.ip=127.0.0.1

0 commit comments

Comments
 (0)