mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
pin conda package
This commit is contained in:
parent
9c9dfb23e0
commit
289a15c8c5
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ environment:
|
|||
|
||||
install:
|
||||
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
||||
- conda config --set always_yes yes --set changeps1 no --add pinned_packages defaults::conda
|
||||
- conda config --set always_yes yes --set changeps1 no
|
||||
- conda config --add pinned_packages defaults::conda
|
||||
- conda clean --all
|
||||
- conda update -q conda
|
||||
- conda info -a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue