mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
remove windows in ci
Former-commit-id: 56046767c086853b6d40fbc42e0ed9662546de6b
This commit is contained in:
parent
7d536d1d75
commit
749395420b
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user