8000 Add missing scikit-build install · lapnd/llama-cpp-python@e3f999e · GitHub
[go: up one dir, main page]

Skip to content

Commit e3f999e

Browse files
committed
Add missing scikit-build install
1 parent 43c20d3 commit e3f999e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
python -m pip install --upgrade pip pytest cmake
24+
python -m pip install --upgrade pip pytest cmake scikit-build
2525
python3 setup.py develop
2626
- name: Test with pytest
2727
run: |

0 commit comments

Comments
 (0)
0