Skip to content

Commit

Permalink
Merge pull request #236 from JohanMabille/travis
Browse files Browse the repository at this point in the history
Workaround to fix conda
  • Loading branch information
JohanMabille authored Oct 16, 2019
2 parents 42e9857 + d956741 commit ceb346b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ install:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
# The 2 following lines are a workaround to https://github.com/conda/conda/issues/9337
- pip uninstall -y setuptools
- conda install setuptools
- conda update -q conda
- conda install cmake -c conda-forge
- conda install xtensor=0.20.5 -c conda-forge
Expand Down

0 comments on commit ceb346b

Please sign in to comment.