Skip to content

Commit

Permalink
A temporary fix for appveyor tests problem that results in an error:
Browse files Browse the repository at this point in the history
`RequirementParseError(str(e)) pip._vendor.pkg_resources.RequirementParseError: Invalid requirement, parse error at “’; extra '`
  • Loading branch information
Hyaxia committed Sep 30, 2018
1 parent f2fdbf9 commit 4c1d62f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ install:
- cmd: conda config --set show_channel_urls true
- cmd: conda config --add channels conda-forge
#- cmd: conda update --yes --quiet conda
- 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
# not using `conda install -y` on nbconvent package because there is
# currently a bug with the version that the anaconda installs, so we will just install it with pip
- cmd: pip install nbconvert
- cmd: python setup.py build
- cmd: pip install .[test]

Expand Down

0 comments on commit 4c1d62f

Please sign in to comment.