10000 Install build dependencies · coderonion/llama-cpp-python@d4912a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4912a8

Browse files
committed
Install build dependencies
1 parent d74800d commit d4912a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Install cibuildwheel
2323
run: python -m pip install cibuildwheel==2.12.1
2424

25+
- name: Install dependencies
26+
run: |
27+
python -m pip install --upgrade pip pytest cmake scikit-build setuptools
28+
2529
- name: Build wheels
2630
run: python -m cibuildwheel --output-dir wheelhouse
2731
# to supply options, put them in 'env', like:

0 commit comments

Comments
 (0)
0