Skip to content

Commit d67d371

Browse files
committed
update postbuild script
1 parent db20b82 commit d67d371

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

postBuild

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
conda env create -n preprocessing -f source/envs/preprocessing.yaml -y
2-
conda env create -n processing -f source/envs/processing.yaml -y
3-
conda env create -n postprocessing -f source/envs/postprocessing.yaml -y
4-
conda env update --name base --file environment_qe.yml
5-
pip install -e qe_xml_parser
1+
conda env create -n preprocessing -f example_workflows/nfdi/source/envs/preprocessing.yaml -y
2+
conda env create -n processing -f example_workflows/nfdi/source/envs/processing.yaml -y
3+
conda env create -n postprocessing -f example_workflows/nfdi/source/envs/postprocessing.yaml -y
4+
conda env update --name base --file example_workflows/quantum_espresso/environment_qe.yml
5+
pip install -e example_workflows/quantum_espresso/qe_xml_parser
66
pip install -e python_workflow_definition
77
verdi presto --profile-name pwd
8+
mv example_workflows/quantum_espresso/espresso ~

0 commit comments

Comments
 (0)