summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-windows.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-04-05 18:33:59 (GMT)
committerBrad King <brad.king@kitware.com>2023-04-05 19:03:23 (GMT)
commitb7400800df8d284eb1707081641fc0c62a82aa5c (patch)
tree970cc53393d530ed202aa679de0b01ee3e2e43bc /.gitlab/os-windows.yml
parent99bf8418ee076e81c3ea7b1df333afdf3227967d (diff)
downloadCMake-b7400800df8d284eb1707081641fc0c62a82aa5c.zip
CMake-b7400800df8d284eb1707081641fc0c62a82aa5c.tar.gz
CMake-b7400800df8d284eb1707081641fc0c62a82aa5c.tar.bz2
ci: Make python available in all Windows test jobs
Activate test infrastructure that requires python.
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r--.gitlab/os-windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml
index c7ee28b..f1e86ad 100644
--- a/.gitlab/os-windows.yml
+++ b/.gitlab/os-windows.yml
@@ -351,6 +351,7 @@
.before_script_windows_external: &before_script_windows_external
- . .gitlab/ci/env.ps1
+ - . .gitlab/ci/python-env.ps1
.cmake_build_windows:
stage: build