From 2519b78814de93ed46a5b469ad2088cf0890d479 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 2 Aug 2017 16:32:19 +0100 Subject: [PATCH] install PyYAML --- jenkins.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index 6062f28a..3f2b0afd 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -8,7 +8,8 @@ pip install \ docutils \ pygments \ Jinja2 \ - jsonschema + jsonschema \ + PyYAML (cd event-schemas/ && ./check_examples.py) (cd api && ./check_examples.py)