Skip to content

Commit f4cbe4b

Browse files
committed
feat(ci): add github action pre-commit
1 parent 4abe4cb commit f4cbe4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install dashscope python sdk
2323
run: |
2424
pip install -r requirements.txt
25+
pip install -r requirements-test.txt
2526
- name: Install pre-commit hooks
2627
run: |
2728
pre-commit install

0 commit comments

Comments
 (0)