Try to work around bug triggered by conda + pip

This commit is contained in:
Matteo Giantomassi 2017-12-28 14:44:20 +01:00
parent 3b0b494e10
commit aebce50d27
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ conda config --add channels conda-forge
conda config --add channels matsci
conda config --add channels abinit
# https://github.com/ContinuumIO/anaconda-issues/issues/542
conda install -c anaconda setuptools
conda install -y --file ./requirements.txt
conda install -y --file ./requirements-optional.txt