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