mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Update appveyor.yml
Thinking it over it decided to use miniconda38 for all python versions unless python 3.5.
This commit is contained in:
parent
9c0c167692
commit
62f88ff0f1
1 changed files with 2 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue