summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/python.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-0/+30
Use the official embedded distribution `.zip` files, but put copies at URLs we control.