summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/download_python3.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ci: add Python to PATH on WindowsBrad King2020-10-201-0/+41
Our test suite searches for a Python interpreter to perform some extra checks. Our CI base images for Linux have Python available. Update our Windows jobs to provide a Python interpreter for our test suite to find consistently between the build and test steps.