Skip to content

Commit

Permalink
added jinja command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Feb 26, 2024
1 parent 5692162 commit ff1f5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/transform_with_model2owl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: get-saxon
run: pwd && cd model2owl && make get-saxon

- name: get-jinja
run: cd model2owl && make create-virtual-env && make get-jinja


- name: generate convention report and glossary
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1252"?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:umldi="http://www.omg.org/spec/UML/20131001/UMLDI" xmlns:dc="http://www.omg.org/spec/UML/20131001/UMLDC">
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<uml:Model xmi:type="uml:Model" name="EA_Model">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_9E11E05B_A9EF_42e6_821A_03025BCA3DF0" name="site">
<packagedElement xmi:type="uml:Enumeration" xmi:id="EAID_50C36F80_7E25_4917_9C75_88671A27D84D" name="at-voc:address-type"/>
Expand Down

0 comments on commit ff1f5ba

Please sign in to comment.