aboutsummaryrefslogtreecommitdiff
path: root/ci/run.ps1
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-04-21 00:37:34 +0300
committerGitHub <noreply@github.com>2020-04-21 00:37:34 +0300
commit84f28fc3f16fc46f792da94ffb572cc043c7ad2c (patch)
tree6b86c392ef449cdffab4c1b925d610a1e7b436bb /ci/run.ps1
parent89bd55b9da6675d17bd4431aed99354603a7b312 (diff)
parenteb45ce6189870181b9d8a8eb07cfeab55a0ed012 (diff)
downloadmeson-84f28fc3f16fc46f792da94ffb572cc043c7ad2c.zip
meson-84f28fc3f16fc46f792da94ffb572cc043c7ad2c.tar.gz
meson-84f28fc3f16fc46f792da94ffb572cc043c7ad2c.tar.bz2
Merge pull request #6816 from dcbaker/framework-matrix
project test junit schema + a few more uses
Diffstat (limited to 'ci/run.ps1')
-rw-r--r--ci/run.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.ps1 b/ci/run.ps1
index 9811feb..34856c0 100644
--- a/ci/run.ps1
+++ b/ci/run.ps1
@@ -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 ==="