diff options
author | Brad King <brad.king@kitware.com> | 2023-04-05 18:33:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-04-05 19:03:23 (GMT) |
commit | b7400800df8d284eb1707081641fc0c62a82aa5c (patch) | |
tree | 970cc53393d530ed202aa679de0b01ee3e2e43bc | |
parent | 99bf8418ee076e81c3ea7b1df333afdf3227967d (diff) | |
download | CMake-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.
-rw-r--r-- | .gitlab/os-windows.yml | 1 |
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 |