Skip to content

Commit

Permalink
conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jun 28, 2019
1 parent 4ffdd77 commit 9629028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else # if it does not exist, we need to install miniconda
export PATH="$MINICONDA_DIR/bin:$PATH"
fi
hash -r
conda update -y conda==4.6.14 # specify "-c conda-canary" for pre-release conda
conda install -y conda==4.6.14 # specify "conda update -c conda-canary conda" for pre-release conda
conda config --set always_yes yes --set changeps1 no --set remote_max_retries 6 #--set channel_priority strict
conda config --add channels defaults
conda config --add channels bioconda
Expand Down

0 comments on commit 9629028

Please sign in to comment.