mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-11 16:22:13 +02:00
conda clean up after conda update
This commit is contained in:
parent
f4409e0f15
commit
67a481385e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,9 +22,9 @@ environment:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
||||||
- conda clean --packages
|
|
||||||
- conda config --set always_yes yes --set changeps1 no
|
- conda config --set always_yes yes --set changeps1 no
|
||||||
- conda update -q conda
|
- conda update -q conda
|
||||||
|
- conda clean --packages
|
||||||
- conda info -a
|
- conda info -a
|
||||||
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
|
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
|
||||||
- activate build-environment
|
- activate build-environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue