зеркало из https://github.com/mozilla/taar.git
updated travel.yml file so that the `emr` target installs taar explicitly
This commit is contained in:
Родитель
35bf324987
Коммит
b35dc44aff
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче