mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
use conda update anaconda
This commit is contained in:
parent
5f0271776f
commit
cd783a1113
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ environment:
|
|||
install:
|
||||
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
||||
- conda config --set always_yes yes --set changeps1 no
|
||||
- conda clean --all
|
||||
- conda update -q conda
|
||||
- conda update anaconda
|
||||
# - conda update -q conda
|
||||
- conda info -a
|
||||
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
|
||||
- activate build-environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue