Skip to content

Commit 8afe32c

Browse files
committed
Install conda environment for mybinder
1 parent be5d04e commit 8afe32c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

postBuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
pip install -e qe_xml_parser
22
pip install -e python_workflow_definition
33
verdi presto --profile-name pwd
4+
conda env create -n preprocessing -f source/envs/preprocessing.yaml -y
5+
conda env create -n processing -f source/envs/processing.yaml -y
6+
conda env create -n postprocessing -f source/envs/postprocessing.yaml -y

0 commit comments

Comments
 (0)