Skip to content

Commit

Permalink
explicitly set conda channels for travis (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Mar 7, 2017
1 parent 7977215 commit 44021d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "Installing and validating bioinformatic tools"
export CONDA_ENVS_PATH=tools/conda-cache:tools/conda-tools/default

for i in $(seq 3); do
conda create -y -m -c bioconda -p tools/conda-tools/default --file $HOME/requirements-conda.txt python="$TRAVIS_PYTHON_VERSION" && break
conda create -y -m -c broad-viral -c r -c bioconda -c conda-forge -c defaults -p tools/conda-tools/default --file $HOME/requirements-conda.txt python="$TRAVIS_PYTHON_VERSION" && break
sleep 5
done

Expand Down

0 comments on commit 44021d7

Please sign in to comment.