diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-03-20 14:45:14 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-04-17 10:49:08 -0700 |
commit | 91050e0c7c4920d9e793e0b911f8f3255b4d0e3e (patch) | |
tree | ad8c5e7b05ab148d16943ffc4e6c170de2852f67 /ci/run.ps1 | |
parent | a3f39fde1bca9993450535fa738b5c1820522c0f (diff) | |
download | meson-91050e0c7c4920d9e793e0b911f8f3255b4d0e3e.zip meson-91050e0c7c4920d9e793e0b911f8f3255b4d0e3e.tar.gz meson-91050e0c7c4920d9e793e0b911f8f3255b4d0e3e.tar.bz2 |
ci: Add python-jsonschema
Which is used to validate the json schema files in the various test
directories in a unit test.
Diffstat (limited to 'ci/run.ps1')
-rw-r--r-- | ci/run.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ python --version # Needed for running unit tests in parallel. echo "" -python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist +python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist jsonschema echo "" echo "=== Start running tests ===" |