Commit 4cd2aba7 authored by Sam DeLuca's avatar Sam DeLuca
Browse files

reverting accidental chance to third party dep install script

parent 7fe44553
......@@ -13,7 +13,7 @@ wget -P /tmp \
# Grab conda-only packages
export PATH=lib/conda/bin:$PATH
conda env create emv--name=${ENV_NAME} -f environment.yml
conda env create --name=${ENV_NAME} -f environment.yml
source activate ${ENV_NAME}
# Install DeepMind's OpenMM patch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment