mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 16:18:10 +08:00
Update tests.yml
Former-commit-id: 34151675388701afa40220729a63b0d7b2fa2a7c
This commit is contained in:
parent
b6dc3ed3ad
commit
9856a2276e
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -14,6 +14,16 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.8"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install black ruff
|
||||
|
||||
- name: Check quality
|
||||
run: |
|
||||
make style && make quality
|
||||
|
Loading…
x
Reference in New Issue
Block a user