We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42e9857 + d956741 commit ceb346bCopy full SHA for ceb346b
.travis.yml
@@ -107,6 +107,9 @@ install:
107
- export PATH="$HOME/miniconda/bin:$PATH"
108
- hash -r
109
- 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
113
- conda update -q conda
114
- conda install cmake -c conda-forge
115
- conda install xtensor=0.20.5 -c conda-forge
0 commit comments