We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fdbf9 commit 4c1d62fCopy full SHA for 4c1d62f
appveyor.yml
@@ -19,7 +19,10 @@ install:
19
- cmd: conda config --set show_channel_urls true
20
- cmd: conda config --add channels conda-forge
21
#- cmd: conda update --yes --quiet conda
22
- - cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose
+ - cmd: conda install -y pyzmq tornado jupyter_client nbformat ipykernel pip nodejs nose
23
+ # not using `conda install -y` on nbconvent package because there is
24
+ # currently a bug with the version that the anaconda installs, so we will just install it with pip
25
+ - cmd: pip install nbconvert
26
- cmd: python setup.py build
27
- cmd: pip install .[test]
28
0 commit comments