File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4040 - name : Test
4141 shell : bash -l {0}
4242 run : |
43- echo -e 'from jobflow.managers.local import run_locally\nfrom python_workflow_definition.jobflow import load_workflow_json\n\n\nif __name__ == "__main__":\n flow = load_workflow_json(file_name="workflow.json")\n print(run_locally(flow))' > test_with_jobflow.py .
43+ echo -e 'from jobflow.managers.local import run_locally\nfrom python_workflow_definition.jobflow import load_workflow_json\n\n\nif __name__ == "__main__":\n flow = load_workflow_json(file_name="workflow.json")\n print(run_locally(flow))' > test_with_jobflow.py
4444 python test_with_jobflow.py
4545
4646 pyiron :
Original file line number Diff line number Diff line change @@ -8,3 +8,10 @@ Demonstration for publishing an interoperable workflow based on the Python Workf
88| environment.yml | Conda environment for software dependencies |
99| workflow.py | Python functions representing the nodes of the workflow |
1010| workflow.json | Workflow graph consisting of nodes and edges |
11+
12+ Additional optional files for the publication of the workflow:
13+
14+ | File | Explanation |
15+ | --------------------------------| ------------------------------------------|
16+ | README.md | Readme file to introduce the workflow |
17+ | .github/workflows/pipeline.yml | Github Actions to test the workflow |
You can’t perform that action at this time.
0 commit comments