aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/run.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run.ps1 b/ci/run.ps1
index cd968a7..5d720c2 100644
--- a/ci/run.ps1
+++ b/ci/run.ps1
@@ -91,6 +91,9 @@ python --version
echo ""
python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist pytest-subtests jsonschema coverage
+# Needed for running the Cython tests
+python -m pip --disable-pip-version-check install cython
+
echo ""
echo "=== Start running tests ==="
# Starting from VS2019 Powershell(?) will fail the test run