Skip to content

Commit

Permalink
install numpy from wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaulik committed Mar 10, 2015
1 parent ab22aea commit 43000eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -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.

Expand Down

0 comments on commit 43000eb

Please sign in to comment.