Skip to content

Commit 9abf299

Browse files
committed
Merge remote-tracking branch 'origin/main' into workgraphconda
# Conflicts: # adis_tools/pyproject.toml
2 parents e2979a8 + 378dc8c commit 9abf299

File tree

12 files changed

+13
-15
lines changed

12 files changed

+13
-15
lines changed

.github/workflows/aiida.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Installation and setup
2222
shell: bash -l {0}
2323
run: |
24-
pip install -e adis_tools
24+
pip install -e qe_xml_parser
2525
pip install -e python_workflow_definition
2626
conda install -c conda-forge jupyter papermill
27-
verdi presto --profile-name adis
27+
verdi presto --profile-name pwd
2828
- name: Tests
2929
shell: bash -l {0}
3030
run: |

.github/workflows/executorlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Tests
2222
shell: bash -l {0}
2323
run: |
24-
pip install -e adis_tools
24+
pip install -e qe_xml_parser
2525
pip install -e python_workflow_definition
2626
conda install -c conda-forge jupyter papermill
2727
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo

.github/workflows/jobflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Installation and setup
2222
shell: bash -l {0}
2323
run: |
24-
pip install -e adis_tools
24+
pip install -e qe_xml_parser
2525
pip install -e python_workflow_definition
2626
conda install -c conda-forge jupyter papermill
27-
verdi presto --profile-name adis
27+
verdi presto --profile-name pwd
2828
- name: Tests
2929
shell: bash -l {0}
3030
run: |

.github/workflows/pyiron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Installation and setup
2222
shell: bash -l {0}
2323
run: |
24-
pip install -e adis_tools
24+
pip install -e qe_xml_parser
2525
pip install -e python_workflow_definition
2626
conda install -c conda-forge jupyter papermill
27-
verdi presto --profile-name adis
27+
verdi presto --profile-name pwd
2828
- name: Tests
2929
shell: bash -l {0}
3030
run: |

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Tests
2222
shell: bash -l {0}
2323
run: |
24-
pip install -e adis_tools
24+
pip install -e qe_xml_parser
2525
pip install -e python_workflow_definition
2626
conda install -c conda-forge jupyter papermill
2727
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo

postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pip install -e adis_tools
1+
pip install -e qe_xml_parser
22
pip install -e python_workflow_definition
3-
verdi presto --profile-name adis
3+
verdi presto --profile-name pwd
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "adis_tools"
6+
name = "qe_xml_parser"
77
version = "0.0.1"
88
description = "Quantum Espresso xml output parser"
99
authors = [
1010
{ name = "Marnik Bercx", email = "marnik.bercx@psi.ch" },
1111
]
1212
license = { text = "MIT" }
13-
dependencies = ["numpy", "xmlschema", "qe_tools", "ase"]
13+
dependencies = ["numpy", "xmlschema", "qe_tools", "ase"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)