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 2e8c315 commit 3e7f4b9Copy full SHA for 3e7f4b9
appveyor.yml
@@ -21,7 +21,7 @@ install:
21
- cmd: conda config --set show_channel_urls true
22
- cmd: conda config --add channels conda-forge
23
#- cmd: conda update --yes --quiet conda
24
- - cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs pytest
+ - cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs pytest nose
25
# not using `conda install -y` on nbconvent package because there is
26
# currently a bug with the version that the anaconda installs, so we will just install it with pip
27
- cmd: pip install nbconvert
0 commit comments