mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-06 02:42:15 +08:00
fix ci
Former-commit-id: 3f4d293fd861d765edb2040f80d16f99a5e1e3c6
This commit is contained in:
parent
ec97bee944
commit
71d048adb4
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -39,8 +39,10 @@ jobs:
|
||||
needs: check_code_quality
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9"]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
python-version:
|
||||
- "3.8"
|
||||
os:
|
||||
- "ubuntu-latest"
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user