From f775036c54b64726d5cb8239875c5d1c63353b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ck?= Date: Tue, 23 Jul 2019 14:45:13 +0200 Subject: [PATCH] fix failing Appveyor Python 3.7 builds (#439) --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 15586cc45..c416a68ce 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -44,6 +44,8 @@ install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda config --add channels pypi + # activate the environment, fixes #439 + - activate - conda info -a - "conda create -q -n test-environment python=%PYTHON_VERSION% pip cython numpy scipy" - activate test-environment