Try to clean before calling cibuildwheel

This commit is contained in:
Andrei Betlen 2023-11-10 06:01:58 -05:00
parent ed5a9260f6
commit e02d52df29

View file

@ -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