Skip to content

Commit 7ecc133

Browse files
committed
fix
1 parent ebaba4e commit 7ecc133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
run: |
8282
conda install -c conda-forge -y cwltool=3.1.20250110105449
8383
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
84+
python test_with_cwl.py
8585
cwltool workflow.cwl workflow.yml

0 commit comments

Comments
 (0)