Skip to content

Commit 4c1d62f

Browse files
committed
A temporary fix for appveyor tests problem that results in an error:
`RequirementParseError(str(e)) pip._vendor.pkg_resources.RequirementParseError: Invalid requirement, parse error at “’; extra '`
1 parent f2fdbf9 commit 4c1d62f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ install:
1919
- cmd: conda config --set show_channel_urls true
2020
- cmd: conda config --add channels conda-forge
2121
#- cmd: conda update --yes --quiet conda
22-
- cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose
22+
- 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
2326
- cmd: python setup.py build
2427
- cmd: pip install .[test]
2528

0 commit comments

Comments
 (0)