remove windows in ci

Former-commit-id: ba62d3257f6c3c0c4a08b421e0f7eba4b052902f
This commit is contained in:
hiyouga 2024-09-11 18:14:39 +08:00
parent 42b6e1c6c1
commit acfe212a63

View File

@ -28,7 +28,7 @@ jobs:
- "3.11"
os:
- "ubuntu-latest"
- "windows-latest"
# - "windows-latest"
- "macos-13"
runs-on: ${{ matrix.os }}
@ -39,7 +39,6 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
OS_NAME: ${{ matrix.os }}
PYTHONIOENCODING: "utf-8"
steps:
- name: Checkout