parent
91c7e79519
commit
aa7bc2adf0
|
@ -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…
Reference in New Issue