diff --git a/appveyor.yml b/appveyor.yml index cd9bc881..e73f5d21 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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