Skip to content

Utilities/Release: Use python 3 for tests on Windows binaries

Brad King requested to merge brad.king/cmake:rel-test-python into master

Explicitly specify the build machine's Python 3 installation for Windows to be used by the test suite. This avoids accidentally using other versions on the machine.

Merge request reports