From 43000eb8fb25473e55fa226521d94c1e4480c50e Mon Sep 17 00:00:00 2001 From: Christoph Paulik Date: Tue, 10 Mar 2015 19:55:00 +0100 Subject: [PATCH] install numpy from wheel --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6358cc3a..19187e73 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,7 +54,8 @@ install: # compiled extensions and are not provided as pre-built wheel packages, # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - - "%CMD_IN_ENV% pip install cython numpy" + - "%CMD_IN_ENV% pip install cython" + - "%CMD_IN_ENV% pip install -i https://pypi.binstar.org/carlkl/simple numpy" build: false # Not a C# project, build stuff at the test step instead.