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