mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-09 23:04:46 +08:00
fix ci
Former-commit-id: 42d9b26fc81d66cb0485a2ae148c3e719df59b7d
This commit is contained in:
parent
d3eb985bb6
commit
de9e773764
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