updated travel.yml file so that the `emr` target installs taar explicitly

This commit is contained in:
Victor Ng 2018-05-16 11:19:38 -04:00
Родитель 35bf324987
Коммит b35dc44aff
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,7 @@ install:
elif [[ "$REQUIREMENTS" == "emr" ]]; then
conda env create -f environment_emr.yaml;
source activate emr;
pip install -e . --process-dependency-links;
else
exit 1;
fi