Skip to content

Commit

Permalink
Fix jsonschema invocation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Apr 28, 2022
1 parent c1470e1 commit 1f7227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atdcat/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(diff schema.expected.json schema.json)

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

0 comments on commit 1f7227e

Please sign in to comment.