Skip to content

Commit a802d54

Browse files
committed
fix import issue
1 parent 5942454 commit a802d54

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/ontology/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# More information: https://github.com/INCATools/ontology-development-kit/
1111

1212
# Fingerprint of the configuration file when this Makefile was last generated
13-
CONFIG_HASH= 0acc00c345099121252f4b4195577c15ff8ff846902163e3dcc825957fc1a87e
13+
CONFIG_HASH= 214df44500d562eb19a1453b192e3ac7f0e362e0829d70a33b1051948217d453
1414

1515

1616
# ----------------------------------------

src/ontology/cto-odk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ robot_report:
5353
report_on:
5454
- edit
5555

56-
#ci:
57-
# - github_actions
56+
ci:
57+
- github_actions
5858

src/ontology/cto.Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
## If you need to customize your Makefile, make
44
## changes here rather than in the main Makefile
55

6-
MIR ?= true
7-
IMP ?= false
8-
PAT ?= false
96

107
#################################################################
118
## import entire nfdicore

0 commit comments

Comments
 (0)