Skip to content

Commit 23bff55

Browse files
authored
Merge pull request #52 from nmrML/update-ODK-to-1.5.4
Update ODK to 1.5.4
2 parents 46bed97 + f14c303 commit 23bff55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/qc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ontology_qc:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
22-
container: obolibrary/odkfull:v1.5.2
22+
container: obolibrary/odkfull:v1.5.4
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:

src/ontology/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ----------------------------------------
22
# Makefile for nmrCV
33
# Generated using ontology-development-kit
4-
# ODK Version: v1.5.2
4+
# ODK Version: v1.5.4
55
# ----------------------------------------
66
# IMPORTANT: DO NOT EDIT THIS FILE. To override default make goals, use nmrCV.Makefile instead
77

@@ -46,7 +46,7 @@ REPORT_PROFILE_OPTS =
4646
OBO_FORMAT_OPTIONS =
4747
SPARQL_VALIDATION_CHECKS = owldef-self-reference iri-range label-with-iri multiple-replaced_by dc-properties
4848
SPARQL_EXPORTS = basic-report class-count-by-prefix edges xrefs obsoletes synonyms
49-
ODK_VERSION_MAKEFILE = v1.5.2
49+
ODK_VERSION_MAKEFILE = v1.5.4
5050

5151
TODAY ?= $(shell date +%Y-%m-%d)
5252
OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')

0 commit comments

Comments
 (0)