Fix CI for windows (#2279)

This commit is contained in:
Fangjun Kuang
2025-06-04 10:35:48 +08:00
committed by GitHub
parent 749dc9a239
commit db632dacf3
16 changed files with 22 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] #, macos-latest] #, windows-2019]
os: [ubuntu-latest] #, macos-latest] #, windows-2022]
python-version: ["3.8"]
steps: