Skip to content

Commit 5c09ce6

Browse files
removed libopenblas-base from .travis.yml
1 parent 88225cc commit 5c09ce6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ language: python
22
python:
33
- '3.5'
44
before_install:
5-
- wget 'https://s3.amazonaws.com/deepcompute-public-data/wordvecspace/test_data-0_5_4.tgz'
6-
&& tar xvzf test_data-0_5_4.tgz
5+
- wget 'https://s3.amazonaws.com/deepcompute-public-data/wordvecspace/test_data-0_5_4.tgz' && tar xvzf test_data-0_5_4.tgz
76
- export WORDVECSPACE_DATADIR='test_data-0_5_4.tgz'
87
install:
98
- sudo apt update
109
- pip install .[service]
11-
- sudo apt install libopenblas-base
1210
script:
1311
- echo "No tests for this release"
1412
deploy:

0 commit comments

Comments
 (0)