mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Appveyor bug fix
This commit is contained in:
parent
801e6173ad
commit
d6a6bcbb9b
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ install:
|
|||
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
|
||||
- activate build-environment
|
||||
# We need wheel installed to build wheels
|
||||
- "%PYTHON%\\python.exe -m pip install wheel"
|
||||
- python -m pip install wheel"
|
||||
# GPy needs paramz
|
||||
- "%PYTHON%\\python.exe -m pip install paramz"
|
||||
- python -m pip install paramz"
|
||||
|
||||
build: off
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue