Skip to content

Commit 46824a6

Browse files
committed
readme
1 parent b26f7d4 commit 46824a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)