Skip to content

Commit e1d1456

Browse files
committed
Install jsonschema for validation tests
1 parent d6c2200 commit e1d1456

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ validate: test
99
@python3 scripts/validate_scaffold.py
1010

1111
test:
12+
@python3 -m pip install --user jsonschema >/dev/null
1213
@python3 -m unittest discover -s tests -v

0 commit comments

Comments
 (0)