Skip to content

Commit

Permalink
Merge pull request #133 from casework/bump_case_utils
Browse files Browse the repository at this point in the history
Bump case-utils and use --review-tbox flag
  • Loading branch information
ajnelson-nist authored Aug 29, 2023
2 parents a9e6a63 + af785de commit eea4f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/illustrations/src/illustration-nosrc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ drafting_ttl := $(wildcard drafting.ttl)
ifeq ($(drafting_ttl),)
drafting_validation_flag :=
else
drafting_validation_flag := --ontology-graph $(wildcard drafting.ttl)
drafting_validation_flag := --ontology-graph $(wildcard drafting.ttl) --review-tbox
endif

all: \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
case-utils >=0.11.0,<0.12.0
case-utils >=0.13.0,<0.14.0
pytest

0 comments on commit eea4f68

Please sign in to comment.