From f8b0d0b456d6c985a1bb451e78c4e9df4ad510e1 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sat, 29 Jun 2019 12:44:21 +0200 Subject: [PATCH] Fix appveyor conda --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5a293c5e9619..ebc2cb9cba0d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -53,6 +53,7 @@ install: - conda config --set show_channel_urls yes - conda config --prepend channels conda-forge # this is now the downloaded conda... + - activate - conda info -a # For building, use a new environment which only includes the requirements for mpl