We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5a926 commit e02d52dCopy full SHA for e02d52d
1 file changed
.github/workflows/build-and-release.yaml
@@ -30,11 +30,7 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
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
+ make clean
38
39
- name: Build wheels
40
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments