mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-20 21:14:17 +08:00
[ci] fix ci (#9265)
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -43,6 +43,9 @@ jobs:
|
|||||||
- python: "3.9"
|
- python: "3.9"
|
||||||
os: "ubuntu-latest"
|
os: "ubuntu-latest"
|
||||||
transformers: "4.53.0"
|
transformers: "4.53.0"
|
||||||
|
exclude: # exclude python 3.9 on macos
|
||||||
|
- python: "3.9"
|
||||||
|
os: "macos-latest"
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user