Skip to content

Commit ceb346b

Browse files
authored
Merge pull request #236 from JohanMabille/travis
Workaround to fix conda
2 parents 42e9857 + d956741 commit ceb346b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ install:
107107
- export PATH="$HOME/miniconda/bin:$PATH"
108108
- hash -r
109109
- conda config --set always_yes yes --set changeps1 no
110+
# The 2 following lines are a workaround to https://github.com/conda/conda/issues/9337
111+
- pip uninstall -y setuptools
112+
- conda install setuptools
110113
- conda update -q conda
111114
- conda install cmake -c conda-forge
112115
- conda install xtensor=0.20.5 -c conda-forge

0 commit comments

Comments
 (0)