summaryrefslogtreecommitdiff
path: root/.gitlab/ci/python-env.ps1
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-04-05 13:12:36 -0400
committerBrad King <brad.king@kitware.com>2023-04-05 15:03:14 -0400
commit99bf8418ee076e81c3ea7b1df333afdf3227967d (patch)
treeb2c45484d86e7d55291c607d2a2ff94928a5ab19 /.gitlab/ci/python-env.ps1
parent967456423b8bcc4f833c897140339e62ceb7bcb5 (diff)
downloadcmake-99bf8418ee076e81c3ea7b1df333afdf3227967d.tar.gz
ci: Update to Python 3.11.3 in Windows jobs
Use the official embedded distribution `.zip` files, but put copies at URLs we control.
Diffstat (limited to '.gitlab/ci/python-env.ps1')
-rwxr-xr-x.gitlab/ci/python-env.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/python-env.ps1 b/.gitlab/ci/python-env.ps1
index 4e897d8dc6..ce16493e61 100755
--- a/.gitlab/ci/python-env.ps1
+++ b/.gitlab/ci/python-env.ps1
@@ -1,4 +1,4 @@
$pwdpath = $pwd.Path
-cmake -P .gitlab/ci/download_python3.cmake
+& "$pwsh" -File ".gitlab/ci/python.ps1"
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\python3;$env:PATH"
python --version