Skip to content

Commit e3f219c

Browse files
committed
TST: Un-break travis build's songbird install
See biocore/songbird#126
1 parent cf84eb8 commit e3f219c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ before_install:
2525
# (this will let us rerun the Sleep Apnea, Moving Pictures, Qarcoal, and
2626
# Red Sea example notebooks)
2727
- conda install -c conda-forge songbird deicode
28+
# 3.5. Ugly hack: install opt-einsum (with a hyphen) to make QIIME 2 and
29+
# TensorFlow get along. See https://github.com/biocore/songbird/issues/126.
30+
- conda install -c conda-forge opt-einsum
2831
# 4. Install seaborn so we can run the colors example notebook
2932
# (should be already installed in a QIIME 2 environment, but we may as well
3033
# make sure that this won't break in the future)

0 commit comments

Comments
 (0)