Skip to content

Commit c1470e1

Browse files
committed
Add sanity check for jsonschema
1 parent c69caa1 commit c1470e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/setup-system

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ scalac -version
4040
echo 'check python3'
4141
python3 --version
4242

43+
echo 'check jsonschema'
44+
python3 -m jsonschema --version
45+
4346
echo 'check pytest'
4447
python3 -m pytest --version
4548

0 commit comments

Comments
 (0)