mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-03 04:02:49 +08:00
Update tests.yml
Former-commit-id: bb5a3b85a6a4533276407f30970c6a144373ab07
This commit is contained in:
parent
e34484051f
commit
369ac2ca2e
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@ -12,8 +12,18 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check quality
|
- name: Set up Python
|
||||||
run: |
|
uses: actions/setup-python@v3
|
||||||
make style && make quality
|
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