Skip to content

Commit 0cc034e

Browse files
committed
Install numpy on the build server. Refs #236.
1 parent 0516c41 commit 0cc034e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/fab/fabfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def install_packages(type):
3232

3333
if type == 'build':
3434
sudo(
35-
'apt-get install -y git-core python-setuptools python-dev postgresql-client libpq-dev subversion graphviz curl sqlite libxml2-dev libxslt-dev vim g++')
35+
'apt-get install -y git-core python-setuptools python-dev postgresql-client libpq-dev subversion graphviz curl sqlite libxml2-dev libxslt-dev vim g++ python-numpy')
3636
sudo('pip install -U mercurial')
3737
if type == 'db':
3838
sudo('apt-get install -y solr-tomcat redis-server postgresql ')

0 commit comments

Comments
 (0)