From d95674191689670e086cf4f52c25f38add4f7690 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Wed, 16 Oct 2019 09:30:59 +0200 Subject: [PATCH] Workaround to fix conda --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 24fd0a9..b739d3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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