Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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