Try to clean before calling cibuildwheel
This commit is contained in:
parent
ed5a9260f6
commit
e02d52df29
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build-and-release.yaml
vendored
6
.github/workflows/build-and-release.yaml
vendored
|
@ -30,11 +30,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -e .[all]
|
||||
|
||||
- name: Set LD_LIBRARY_PATH (Hack)
|
||||
run: |
|
||||
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/runner/work/llama-cpp-python/llama-cpp-python/llama_cpp/" >> $GITHUB_ENV
|
||||
|
||||
make clean
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
|
Loading…
Reference in a new issue