Skip to content

Commit 1f7227e

Browse files
committed
Fix jsonschema invocation in CI
1 parent c1470e1 commit 1f7227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atdcat/test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
(diff schema.expected.json schema.json)
3939

4040
; Check that the JSON Schema is valid and compatible with some JSON data
41-
(run jsonschema schema.json -i data.json)
41+
(run python3 -m jsonschema schema.json -i data.json)
4242
)
4343
)
4444
)

0 commit comments

Comments
 (0)