Skip to content

Commit 970d354

Browse files
committed
issue/252 gguf测试
1 parent 05366c6 commit 970d354

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
python-version: '3.10'
2727

28+
- name: Install dependencies
29+
run: |
30+
python -m pip install --upgrade pip
31+
pip install colorama
32+
2833
- name: Check Format
2934
run: |
3035
pip install black

0 commit comments

Comments
 (0)