Skip to content

Commit f3a68b2

Browse files
committed
update aiida
1 parent e3e8601 commit f3a68b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci_support/aiida.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from python_workflow_definition.aiida import load_workflow_json
2+
load_profile()
3+
24
from aiida import load_profile
35

46

57
if __name__ == "__main__":
6-
load_profile()
78
workgraph = load_workflow_json(file_name='workflow.json')
89
workgraph.run()

0 commit comments

Comments
 (0)