We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84df898 commit d6dd502Copy full SHA for d6dd502
.travis.yml
@@ -37,9 +37,9 @@ before_install:
37
- pip install -U numpy scipy pandas tqdm --only-binary numpy,scipy,pandas
38
- pip install -U protobuf
39
# install boost
40
- #- sudo add-apt-repository universe
41
- #- sudo apt-get update
42
- #- sudo apt-get install libboost-all-dev
+ - sudo add-apt-repository universe
+ - sudo apt-get update
+ - sudo apt-get install libboost-all-dev
43
44
- cd ..
45
- git clone --branch v0.9.1 --depth=1 https://github.com/bigartm/bigartm.git
0 commit comments