Force LD_LIBRARY_PATH

This commit is contained in:
Andrei Betlen 2023-11-10 05:54:23 -05:00
parent 2f070afd61
commit ed5a9260f6

View file

@ -29,7 +29,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[all]
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
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse