test(cli): cover CLI Apps on Windows CI

This commit is contained in:
Xubin Ren
2026-05-23 00:47:28 +08:00
parent e2d00ffc8f
commit c0d4f012c8
3 changed files with 32 additions and 25 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ${{ github.event_name == 'pull_request' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest","windows-latest"]') }}
os: ${{ fromJSON('["ubuntu-latest","windows-latest"]') }}
# CI concentrates on newer runtimes (3.11/3.12 still supported per pyproject requires-python).
python-version: ${{ fromJSON('["3.13","3.14"]') }}