mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
99bf8418ee
Use the official embedded distribution `.zip` files, but put copies at URLs we control.
5 lines
155 B
PowerShell
Executable File
5 lines
155 B
PowerShell
Executable File
$pwdpath = $pwd.Path
|
|
& "$pwsh" -File ".gitlab/ci/python.ps1"
|
|
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\python3;$env:PATH"
|
|
python --version
|