Files
CMake/.gitlab/ci/python-env.ps1
Brad King 99bf8418ee ci: Update to Python 3.11.3 in Windows jobs
Use the official embedded distribution `.zip` files,
but put copies at URLs we control.
2023-04-05 15:03:14 -04:00

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