Skip to content

Commit

Permalink
override channels for tool install, each time
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Aug 9, 2019
1 parent 345353c commit f750b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install-tools.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e -o pipefail #exit on error or within pipes

CONDA_CHANNEL_STRING="" #"--override-channels -c broad-viral -c conda-forge -c bioconda -c defaults"
CONDA_CHANNEL_STRING="--override-channels -c broad-viral -c conda-forge -c bioconda -c defaults"
CONDA_ENV="$(pwd)/tools/conda-tools/default"

# Set to conda's java
Expand Down

0 comments on commit f750b2b

Please sign in to comment.