mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-01 11:12:50 +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
|
||||
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