8000 gha: test install with poetry · bretello/llama-cpp-python@0efc8a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0efc8a2

Browse files
committed
gha: test install with poetry
1 parent 1e093db commit 0efc8a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip pytest cmake scikit-build setuptools
29+
python -m pip install --upgrade pip poetry
30+
poetry install
3031
3132
- name: Build wheels
3233
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)
0