Skip to content

Commit 3920496

Browse files
authored
remove conda pin
1 parent 1c07eae commit 3920496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/install-conda.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ else # if it does not exist, we need to install miniconda
4444
conda config --add channels bioconda
4545
conda config --add channels r
4646
conda config --add channels conda-forge
47-
conda install -y -q conda=4.2 # pin to 4.2.* until this is fixed: https://github.com/conda/conda-build/issues/1666
47+
conda install -y -q conda #=4.2 # pin to 4.2.* until this is fixed: https://github.com/conda/conda-build/issues/1666
4848
conda config --set auto_update_conda false
4949
conda install -y java-jdk==8.0.112
5050
conda install -y conda-build # needed to build recipe
5151
conda install -y anaconda-client # needed to upload build package to anaconda.org
5252
conda install -y -c conda-forge -f curl # the bioconda curl is broken as of 21 Feb 2017
5353
fi
5454

55-
conda info -a # for debugging
55+
conda info -a # for debugging

0 commit comments

Comments
 (0)