Skip to content

Commit 4ec07bc

Browse files
author
北词你好
committed
update
1 parent cd374b6 commit 4ec07bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest coverage coveralls
27+
pip install numpy pytest coverage coveralls # 在此处直接列出依赖项
2828
2929
- name: Run tests with coverage
3030
run: |

0 commit comments

Comments
 (0)