Commit 66bf1f4c authored by Peter Eastman's avatar Peter Eastman
Browse files

Changed priority order of conda channels

parent 49a1024b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ if [[ "$unamestr" == 'Darwin' ]]; then
fi

yes | pip install --upgrade pip
conda install -y -q -c deepchem -c omnia -c rdkit -c conda-forge \
conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia \
    mdtraj=1.9.1 \
    pdbfixer \
    rdkit \