We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaba4e commit 7ecc133Copy full SHA for 7ecc133
.github/workflows/pipeline.yml
@@ -81,5 +81,5 @@ jobs:
81
run: |
82
conda install -c conda-forge -y cwltool=3.1.20250110105449
83
echo -e 'from python_workflow_definition.cwl import write_workflow\n\n\nif __name__ == "__main__":\n write_workflow(file_name="workflow.json")' > test_with_cwl.py
84
- python test_with_pyiron.py
+ python test_with_cwl.py
85
cwltool workflow.cwl workflow.yml
0 commit comments