mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Try to fix the conda update challange.
See: https://community.intel.com/t5/Intel-Distribution-for-Python/Conda-update-Conda-fails/td-p/1126174 It is just a try for a different context/(conda version).
This commit is contained in:
parent
0dc988b4ba
commit
cd6e9b58e8
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ 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