Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Add non-interactive flag for apt-get.
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jun 17, 2017
1 parent fb571e4 commit 90df508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

build:
ci:
- apt-get install libopenblas-dev liblapack-dev
- apt-get install -y libopenblas-dev liblapack-dev
- pip install flake8 flake8-future-import numpy pytest
- pip install .
- python -m flake8 .
Expand Down

0 comments on commit 90df508

Please sign in to comment.