Update appveyor.yml

Thinking it over it decided to use miniconda38 for all python versions unless python 3.5.
This commit is contained in:
Peter Paul Kiefer 2021-11-25 19:33:07 +01:00 committed by GitHub
parent 9c0c167692
commit 62f88ff0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ environment:
- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64
- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64
MINICONDA: C:\Miniconda38-x64
- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda37-x64
MINICONDA: C:\Miniconda38-x64
- PYTHON_VERSION: 3.8
MINICONDA: C:\Miniconda38-x64
- PYTHON_VERSION: 3.9
@ -23,7 +23,6 @@ environment:
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda install charset-normalizer -f
- conda update -q conda
- conda info -a
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"