Browse Source

ci: Make python available in all Windows test jobs

Activate test infrastructure that requires python.
Brad King 2 years ago
parent
commit
b7400800df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab/os-windows.yml

+ 1 - 0
.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