Skip to content

Commit c30ad22

Browse files
authored
Merge pull request #196 from puja-trivedi/update_workflows_20250812
Update workflows 20250812: removed command from workflow that ran modify_jsonldcontext.py. no longer need to make changes to jsonldcontext, since we are now using linkml-runtime JSONDumper.dumps() which includes @type during serialization.
2 parents 4558157 + 1be5786 commit c30ad22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/reusable-generate_other_formats.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
# generating jsonld context and removing generation_date field to avoid constant updates
6565
linkml generate jsonld-context ${name}.yaml > ../jsonld-context-autogen/${name}.context.jsonld;
6666
sed -i "/generation_date/d" ../jsonld-context-autogen/${name}.context.jsonld;
67-
python ../utils/modify_jsonldcontext.py ../jsonld-context-autogen/${name}.context.jsonld;
6867
echo "jsonld-context generated";
6968
linkml generate pydantic ${name}.yaml > ../models_py-autogen/${name}.py;
7069
echo "pydantic model generated";

0 commit comments

Comments
 (0)