Skip to content

Commit

Permalink
Install numpy before dask
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 12, 2015
1 parent 5093c88 commit 3fbe7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/drone_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ source ~/venv/bin/activate
retry pip install --upgrade setuptools pip
retry pip install wheel flake8 coveralls nose

retry pip install $WHEELHOUSE numpy
retry pip install dask[array]
retry pip install $WHEELHOUSE -r requirements.txt

Expand Down

0 comments on commit 3fbe7b8

Please sign in to comment.