Add Cython to Windows CI jobs on Azure

[skip actions]
This commit is contained in:
Ralf Gommers 2022-09-04 18:19:33 +03:00 committed by Eli Schwartz
parent 91c7e79519
commit aa7bc2adf0
1 changed files with 3 additions and 0 deletions

View File

@ -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