From c8f174abae55291c3b6559bb7bb2266786b18389 Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Sat, 29 Jun 2019 17:31:11 -0700 Subject: [PATCH] Backport PR #14649: Fix appveyor conda py37 --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index cbc7e687af8d..de0e53931c64 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