Skip to content

Commit 51b5e3b

Browse files
committed
issue/252 gguf测试
1 parent 05366c6 commit 51b5e3b

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
@@ -20,6 +20,11 @@ jobs:
2020
- name: checkout code
2121
uses: actions/checkout@v4
2222

23+
- name: Install dependencies
24+
run: |
25+
python -m pip install --upgrade pip
26+
pip install colorama
27+
2328
- name: Set up Python
2429
uses: actions/setup-python@v5
2530
with:

0 commit comments

Comments
 (0)