summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/python-env.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary executable permission from .ps1 scriptsBrad King2024-04-301-0/+0
| | | | | Powershell scripts cannot be launched as commands on Windows. They must be run through the `powershell` or `pwsh` tool.
* ci: Update to Python 3.11.3 in Windows jobsBrad King2023-04-051-1/+1
| | | | | Use the official embedded distribution `.zip` files, but put copies at URLs we control.
* ci: Factor out helper to load python into environment on WindowsBrad King2022-11-111-0/+4