Add Cython to Windows CI jobs on Azure

[skip actions]
pull/11774/head
Ralf Gommers 3 years ago committed by Eli Schwartz
parent 91c7e79519
commit aa7bc2adf0
  1. 3
      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

Loading…
Cancel
Save