Skip to content

Commit

Permalink
Update and rename test.yml to pre-commit-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeppWang authored May 22, 2024
1 parent 2d8089f commit 57975ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-pip-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
restore-keys: |
${{ runner.os }}-pip-pre-commit
- name: pre-commit
- name: pre-commit # 只需要安装 pre-commit,不需要安装 requirements.txt
run: |
pip install -U pre-commit
pre-commit install --install-hooks
Expand Down

0 comments on commit 57975ba

Please sign in to comment.