Windows CI was disabled because the test leg crashed before any output was printed. Turns out that the reason was calling python3 instead of python. Added Windows to the test matrix. Also moved the pytest-cov installation to happen only when running tests with coverage.
Windows CI was disabled because the test leg crashed before any output was printed. Turns out that the reason was calling
python3
instead ofpython
. Added Windows to the test matrix. Also moved thepytest-cov
installation to happen only when running tests with coverage.