From a63306423df5886270d40903454bdbce028a73a3 Mon Sep 17 00:00:00 2001 From: Peter Paul Kiefer Date: Sat, 27 Nov 2021 16:03:10 +0100 Subject: [PATCH] 1st attempt bring the appveyor build to life again --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f5faee5c..dd89a2c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,13 +8,13 @@ environment: - PYTHON_VERSION: 3.5 MINICONDA: C:\Miniconda35-x64 - PYTHON_VERSION: 3.6 - MINICONDA: C:\Miniconda36-x64 + MINICONDA: C:\Miniconda3-x64 - PYTHON_VERSION: 3.7 - MINICONDA: C:\Miniconda36-x64 + MINICONDA: C:\Miniconda3-x64 - PYTHON_VERSION: 3.8 - MINICONDA: C:\Miniconda36-x64 + MINICONDA: C:\Miniconda3-x64 - PYTHON_VERSION: 3.9 - MINICONDA: C:\Miniconda36-x64 + MINICONDA: C:\Miniconda3-x64 #configuration: # - Debug