diff options
Diffstat (limited to 'ci/run.ps1')
| -rw-r--r-- | ci/run.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run.ps1 b/ci/run.ps1 index cd968a7ed..5d720c2e3 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 |
