]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-ci: add python3-jsonschema
authorJason Ish <jason.ish@oisf.net>
Mon, 1 Mar 2021 16:17:56 +0000 (10:17 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 12 Nov 2021 22:07:28 +0000 (16:07 -0600)
Required for the EVE schema tests.

.github/workflows/builds.yml

index 7efd31a2514d2fd1711b037962bbcc9f1ac93804..f9e229f2d5a4f3bedc3c25c4ac7565ba2ccef53a 100644 (file)
@@ -62,6 +62,7 @@ jobs:
                 make \
                 parallel \
                 python3-distutils \
+                python3-jsonschema \
                 python3-yaml \
                 rustc \
                 software-properties-common \