Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary executable permission from .ps1 scripts | Brad King | 2024-04-30 | 1 | -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 jobs | Brad King | 2023-04-05 | 1 | -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 Windows | Brad King | 2022-11-11 | 1 | -0/+4 |