8000 Try to clean before calling cibuildwheel · Zephyr800/llama-cpp-python@e02d52d · GitHub
[go: up one dir, main page]

Skip to content

Commit e02d52d

Browse files
committed
Try to clean before calling cibuildwheel
1 parent ed5a926 commit e02d52d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install -e .[all]
33-
34-
- name: Set LD_LIBRARY_PATH (Hack)
35-
run: |
36-
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/runner/work/llama-cpp-python/llama-cpp-python/llama_cpp/" >> $GITHUB_ENV
37-
33+
make clean
3834
3935
- name: Build wheels
4036
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)
0