Skip to content

Commit

Permalink
update .travis with libtbb2 to fix bowtie2 missing libtbb.so.2 issue
Browse files Browse the repository at this point in the history
kbessonov1984 committed Apr 24, 2021
1 parent 8e41096 commit 0aac51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ language: python
python:
- "3.6"
before_install:
- sudo apt-get update && apt-get libtbb2
- sudo apt-get update && sudo apt-get install libtbb2
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda

0 comments on commit 0aac51a

Please sign in to comment.