summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2022-09-04 18:19:33 +0300
committerEli Schwartz <eschwartz93@gmail.com>2023-05-05 12:23:52 -0400
commitaa7bc2adf0f9db3c8fcb1a9a6b986473d2a585a5 (patch)
treeefa134721de0544a327c681332c294f164de163a
parent91c7e795193792b734563ccef44bf7bfdb8e9b8e (diff)
downloadmeson-aa7bc2adf0f9db3c8fcb1a9a6b986473d2a585a5.tar.gz
Add Cython to Windows CI jobs on Azure
[skip actions]
-rw-r--r--ci/run.ps13
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