Skip to content

Commit d9a2f3a

Browse files
authored
Merge branch 'brain-bican:main' into issue191
2 parents 0392f09 + c30ad22 commit d9a2f3a

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)