From aa7bc2adf0f9db3c8fcb1a9a6b986473d2a585a5 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 4 Sep 2022 18:19:33 +0300 Subject: Add Cython to Windows CI jobs on Azure [skip actions] --- ci/run.ps1 | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1